11 lines
257 B
Plaintext
11 lines
257 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
|
|
|
|
# Optional: Jellyfin integration URL
|
|
JELLYFIN_URL=
|