From 40189276d28ae9f6516b7fef79603a52dc44ef6e Mon Sep 17 00:00:00 2001 From: Keith Schacht Date: Mon, 13 May 2024 19:43:17 -0500 Subject: [PATCH] disable voice mode --- config/features.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/features.yml b/config/features.yml index aaa219067..a3cedf161 100644 --- a/config/features.yml +++ b/config/features.yml @@ -1,3 +1,3 @@ shared: registration: <%= ENV.fetch("REGISTRATON_FEATURE", true) %> - voice: <%= ENV.fetch("VOICE_FEATURE", true) %> + voice: <%= ENV.fetch("VOICE_FEATURE", false) %>