mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
* feat: add a timestamp to flash backup * feat: update gitignore * feat: random interval is now 30 minutes
11 lines
572 B
Plaintext
11 lines
572 B
Plaintext
VERSION="THIS_WILL_BE_REPLACED_WHEN_BUILT"
|
|
|
|
PATHS_UNRAID_DATA=./dev/data # Where we store plugin data (e.g. permissions.json)
|
|
PATHS_STATES=./dev/states # Where .ini files live (e.g. vars.ini)
|
|
PATHS_DYNAMIX_BASE=./dev/dynamix # Dynamix's data directory
|
|
PATHS_DYNAMIX_CONFIG=./dev/dynamix/dynamix.cfg # Dynamix's config file
|
|
PATHS_MY_SERVERS_CONFIG=./dev/Unraid.net/myservers.cfg # My servers config file
|
|
PATHS_MY_SERVERS_FB=./dev/Unraid.net/fb_keepalive # My servers flashbackup timekeeper file
|
|
PATHS_KEYFILE_BASE=./dev/Unraid.net # Keyfile location
|
|
PORT=5000
|
|
NODE_ENV=test |