17 lines
552 B
Plaintext
17 lines
552 B
Plaintext
# Timezone
|
|
TZ=Asia/Tokyo
|
|
|
|
# Enable authentication (required)
|
|
# 1 = enabled, 0 = disabled
|
|
PLEXPLAYLISTSYNC_AUTH_ENABLED=1
|
|
|
|
# Login username/password (required if auth enabled)
|
|
PLEXPLAYLISTSYNC_AUTH_USERNAME=USERNAME
|
|
PLEXPLAYLISTSYNC_AUTH_PASSWORD=CHANGE_PASSWORD
|
|
|
|
# Strongly recommended: stable token signing secret (or tokens will become invalid after container restart)
|
|
# Use a sufficiently long random string
|
|
PLEXPLAYLISTSYNC_AUTH_TOKEN_SECRET=REPLACE_WITH_A_RANDOM_STRING
|
|
|
|
# Token TTL seconds (optional)
|
|
PLEXPLAYLISTSYNC_AUTH_TOKEN_TTL_SECONDS=86400 |