Files
AudioImage/example.env
2026-01-07 04:16:40 +00:00

13 lines
252 B
Bash

# Server Configuration
PORT=5000
FLASK_DEBUG=false
FLASK_ENV=production
# Application Settings
# Max upload size in MB (default 40 in code)
MAX_UPLOAD_MB=40
# Optional: UID/GID for permission handling in Docker volume mapping
# PUID=1000
# PGID=1000