first commit
This commit is contained in:
13
public_web/.env.example
Normal file
13
public_web/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Public Web Frontend Environment Variables
|
||||
|
||||
# Flask environment (development, production)
|
||||
FLASK_ENV=development
|
||||
|
||||
# Secret key for Flask sessions (generate a random string for production)
|
||||
SECRET_KEY=your-secret-key-here-change-in-production
|
||||
|
||||
# API Backend URL (optional, can be set in config YAML)
|
||||
API_BASE_URL=http://localhost:5000
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=DEBUG
|
||||
Reference in New Issue
Block a user