10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
# 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 (used by docker-compose volumes only).
|
|
HOST_DOWNLOADS_DIR=./downloads
|
|
HOST_CONFIG_DIR=./config
|