Files
trackpull/.env.example
T
2026-03-07 12:15:34 +01:00

10 lines
202 B
Bash

# Set a password to protect the app. Leave empty to disable auth.
PASSWORD=
# Host port to expose the app on.
PORT=5000
# Host paths for persistent data.
DOWNLOADS_DIR=./downloads
CONFIG_DIR=./config