mirror of
https://github.com/unraid/api.git
synced 2026-01-18 22:49:39 -06:00
fix: use staging server for mothership when connecting to /graphql
This commit is contained in:
@@ -5,6 +5,7 @@ const SENTRY_DSN = 'https://335a7a44d1a048648a585fc4fa053d65@o427961.ingest.sent
|
||||
|
||||
const staging = {
|
||||
MOTHERSHIP_RELAY_WS_LINK: 'wss://staging.mothership.unraid.net/relay',
|
||||
MOTHERSHIP_GRAPHQL_LINK: 'https://staging.mothership.unraid.net/graphql',
|
||||
SENTRY_DSN
|
||||
};
|
||||
const production = {
|
||||
|
||||
Reference in New Issue
Block a user