9 lines
309 B
Bash
9 lines
309 B
Bash
# Your timezone, https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
TZ=Europe/Amsterdam
|
|
# UNIX PUID and PGID, find with: id $USER
|
|
PUID=1000
|
|
PGID=1000
|
|
# The directory where configuration will be stored.
|
|
ROOT=/home/komodo/arr_config
|
|
# The directory where data will be stored.
|
|
HDDSTORAGE=/mnt/nfs/media |