12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
# 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 |