🔧 chore(base.py): enable AUTO_LOGIN by default for easier development and testing
This commit is contained in:
parent
8e662e65f6
commit
d2dc0feae4
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class Settings(BaseSettings):
|
|||
|
||||
# If AUTO_LOGIN = True
|
||||
# > The application does not request login and logs in automatically as a super user.
|
||||
AUTO_LOGIN: bool = False
|
||||
AUTO_LOGIN: bool = True
|
||||
FIRST_SUPERUSER: str = "langflow"
|
||||
FIRST_SUPERUSER_PASSWORD: str = "langflow"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue