fix: use staging server for mothership when connecting to /graphql

This commit is contained in:
Alexis Tyler
2020-10-04 15:39:30 +10:30
parent 8b927e93dd
commit 0474bc147c

View File

@@ -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 = {