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