9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
# Copy to .env and fill in values
|
|
|
|
# Required: strong random string for JWT signing
|
|
SECRET_KEY=changeme-use-a-real-secret
|
|
|
|
# Optional: path on the host where downloads are stored
|
|
DOWNLOAD_PATH=./downloads
|
|
|