mirror of
https://github.com/unraid/api.git
synced 2026-04-28 03:01:12 -05:00
7 lines
307 B
Bash
7 lines
307 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
|
|
NCHAN=false
|
|
PORT=5000 |