enable ENABLE_CODE_BLOCK by default and disable it for production/staging (#3363)
This commit is contained in:
@@ -304,7 +304,7 @@ class Settings(BaseSettings):
|
|||||||
SVG_MAX_LENGTH: int = 100000
|
SVG_MAX_LENGTH: int = 100000
|
||||||
|
|
||||||
ENABLE_LOG_ARTIFACTS: bool = False
|
ENABLE_LOG_ARTIFACTS: bool = False
|
||||||
ENABLE_CODE_BLOCK: bool = False
|
ENABLE_CODE_BLOCK: bool = True
|
||||||
|
|
||||||
TASK_BLOCKED_SITE_FALLBACK_URL: str = "https://www.google.com"
|
TASK_BLOCKED_SITE_FALLBACK_URL: str = "https://www.google.com"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user