14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
# Common paths - adjust these to match your server setup
|
|
CONFIG_PATH=/path/to/config
|
|
DATA_PATH=/path/to/data
|
|
|
|
# User and Group IDs - run `id` command to find your IDs
|
|
PUID=1000
|
|
PGID=100
|
|
|
|
# Timezone - adjust to your timezone (e.g., America/New_York, Europe/London)
|
|
# Used by: radarr, sonarr, lidarr, bookshelf, bazarr, jellyseerr, prowlarr, profilarr
|
|
TZ=Canada/Eastern
|
|
|
|
|