mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
chore: cleanup and rearrange unclassified configs into feature config groups (#7586)
This commit is contained in:
@ -11,6 +11,11 @@ class DeploymentConfig(BaseSettings):
|
||||
default='langgenius/dify',
|
||||
)
|
||||
|
||||
DEBUG: bool = Field(
|
||||
description='whether to enable debug mode.',
|
||||
default=False,
|
||||
)
|
||||
|
||||
TESTING: bool = Field(
|
||||
description='',
|
||||
default=False,
|
||||
|
||||
Reference in New Issue
Block a user