mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +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(
|
ALLOW_CREATE_WORKSPACE: bool = Field(
|
||||||
description="whether to enable create workspace",
|
description="whether to enable create workspace",
|
||||||
default=True,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user