directlx-dev/.env.example

9 lines
333 B
Plaintext

# DirectLX.dev Environment Configuration
# Copy this to .env and update values for production
# Generate a secure key with: python -c "import secrets; print(secrets.token_hex(32))"
SECRET_KEY=your-secret-key-here
# Optional: Custom database URL (defaults to SQLite in instance folder)
# DATABASE_URL=sqlite:///instance/directlx.db