feat: change ALLOW_CREATE_WORKSPACE false
This commit is contained in:
parent
5165894b1a
commit
91d3e43b11
@ -630,7 +630,7 @@ class LoginConfig(BaseSettings):
|
||||
)
|
||||
ALLOW_CREATE_WORKSPACE: bool = Field(
|
||||
description="whether to enable create workspace",
|
||||
default=True,
|
||||
default=False,
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user