Files
trackpull/.env.example

15 lines
452 B
Plaintext

# Admin account seeded on first run (if no users exist yet).
ADMIN_USERNAME=admin
ADMIN_PASSWORD=changeme
# Secret key for Flask sessions. Set a fixed value so sessions survive restarts.
# Generate one with: python -c "import secrets; print(secrets.token_hex(32))"
SECRET_KEY=
# Host port to expose the app on.
PORT=5000
# Host paths for persistent data (used by docker-compose volumes only).
HOST_DOWNLOADS_DIR=./downloads
HOST_CONFIG_DIR=./config