Improve auth and download UI states
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
# Generate SECRET_KEY with: python -c "import secrets; print(secrets.token_hex(32))"
|
||||
SECRET_KEY=change-me-to-a-long-random-secret
|
||||
|
||||
# Runtime mode is not set by docker compose. Local python runs default to development;
|
||||
# the Docker image sets APP_ENV=production and DEBUG=false in the image.
|
||||
|
||||
# Required for first deployment. Used to create or rotate the admin account on startup.
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=change-me
|
||||
|
||||
Reference in New Issue
Block a user