10 lines
No EOL
307 B
Text
10 lines
No EOL
307 B
Text
# Café Bach Email Generator - Environment Variables
|
|
|
|
# Secret key for session management (change in production!)
|
|
SECRET_KEY=your-secret-key-here-change-in-production
|
|
|
|
# Flask environment (development, production, testing)
|
|
FLASK_ENV=development
|
|
|
|
# Debug mode (should be False in production)
|
|
FLASK_DEBUG=True |