mirror of
https://github.com/unraid/api.git
synced 2026-05-07 07:29:45 -05:00
5 lines
216 B
Bash
5 lines
216 B
Bash
ENVIRONMENT="staging"
|
|
NODE_ENV="production"
|
|
PORT="/var/run/unraid-api.sock"
|
|
MOTHERSHIP_RELAY_WS_LINK="wss://staging.mothership.unraid.net/relay"
|
|
MOTHERSHIP_GRAPHQL_LINK="https://staging.mothership.unraid.net/graphql" |