set auto_login to false to keep develop with login
This commit is contained in:
parent
9163aee3ef
commit
82a6ad8d87
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class AuthSettings(BaseSettings):
|
|||
|
||||
# If AUTO_LOGIN = True
|
||||
# > The application does not request login and logs in automatically as a super user.
|
||||
AUTO_LOGIN: bool = True
|
||||
AUTO_LOGIN: bool = False
|
||||
FIRST_SUPERUSER: str = "langflow"
|
||||
FIRST_SUPERUSER_PASSWORD: str = "langflow"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue