mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +08:00
feat: change ALLOW_CREATE_WORKSPACE false
This commit is contained in:
@ -630,7 +630,7 @@ class LoginConfig(BaseSettings):
|
||||
)
|
||||
ALLOW_CREATE_WORKSPACE: bool = Field(
|
||||
description="whether to enable create workspace",
|
||||
default=True,
|
||||
default=False,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user