mirror of
https://github.com/unraid/api.git
synced 2026-04-25 08:49:00 -05:00
8 lines
405 B
Bash
8 lines
405 B
Bash
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/Unraid.net/myservers.cfg
|
|
NCHAN=false
|
|
PORT=5000 |