9 lines
192 B
Text
9 lines
192 B
Text
|
|
# PostgreSQL Configuration
|
||
|
|
POSTGRES_PASSWORD=your_secure_password_here
|
||
|
|
|
||
|
|
# Flask Configuration
|
||
|
|
FLASK_SECRET_KEY=your_secure_secret_key_here
|
||
|
|
|
||
|
|
# Polling Configuration
|
||
|
|
POLL_INTERVAL_SECONDS=14400
|