From b128e466297c77a9c1ce2aa3bcd0e753ec4b0111 Mon Sep 17 00:00:00 2001 From: Joel Cutler Date: Fri, 8 Aug 2025 12:07:25 +0100 Subject: [PATCH] add new environment variables --- docs/getting-started/env-configuration.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 605e522476..950e79e1de 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -168,6 +168,24 @@ is also being used and set to `True`. Failure to do so will result in the inabil - Description: Sets a custom text that will be included when you copy a message in the chat. E.g. `"This text is AI generated"` -> will add "This text is AI generated" to every message, when copied. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `DEFAULT_AUTOPLAY_SSML` + +- Type: `bool` +- Default: `False` +- Description: Sets the default value for the "Auto-play Speech Blocks" setting for new users. + +#### `DEFAULT_SSML_OVERRIDE_CALL` + +- Type: `bool` +- Default: `False` +- Description: Sets the default value for the "Override Conversation Response with Speech Blocks" setting for new users. + +#### `DEFAULT_SHOW_SSML` + +- Type: `bool` +- Default: `False` +- Description: Sets the default value for the "Default Show Speech Blocks" setting for new users. + #### `THREAD_POOL_SIZE` - Type: `int`