mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
8 lines
413 B
Plaintext
8 lines
413 B
Plaintext
PATHS_CORE=$(pwd)/../core/
|
|
PATHS_STATES=$(pwd)/../core/test/fixtures/states
|
|
PATHS_PLUGINS=$(pwd)/../core/test/fixtures/plugins
|
|
PATHS_UNRAID_VERSION=$(pwd)/../core/test/fixtures/etc/unraid-version
|
|
PATHS_DYNAMIX_CONFIG=$(pwd)/../core/test/fixtures/boot/config/plugins/dynamix/dynamix.cfg
|
|
PATHS_MY_SERVERS_CONFIG=$(pwd)/../core/test/fixtures/boot/config/plugins/dynamix.my.servers/myservers.cfg
|
|
NCHAN=false
|
|
PORT=5000 |