Push to Gitea ๐
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Flado Configuration
|
||||
# SECURITY: Set a strong secret key in production!
|
||||
# Generate one with: python -c "import secrets; print(secrets.token_hex(32))"
|
||||
FLADO_SECRET_KEY=dev-secret-key-change-in-production
|
||||
|
||||
# Database Configuration (optional)
|
||||
# Default: sqlite:///instance/flado.sqlite
|
||||
# FLADO_DATABASE_URI=sqlite:///instance/flado.sqlite
|
||||
|
||||
# Theme Configuration (optional)
|
||||
# Options: light, dark, auto
|
||||
# FLADO_THEME=auto
|
||||
Reference in New Issue
Block a user