17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
# IPMI Fan Control Configuration
|
|
|
|
# Security - CHANGE THIS IN PRODUCTION!
|
|
SECRET_KEY=your-secure-secret-key-minimum-32-characters-long
|
|
|
|
# Fan Control Settings
|
|
PANIC_TIMEOUT_SECONDS=60
|
|
PANIC_FAN_SPEED=100
|
|
|
|
# Database (default: SQLite)
|
|
# DATABASE_URL=sqlite:///app/data/ipmi_fan_control.db
|
|
# For PostgreSQL:
|
|
# DATABASE_URL=postgresql://user:password@db:5432/ipmi_fan_control
|
|
|
|
# Debug mode (disable in production)
|
|
DEBUG=false
|