From 0474bc147cf7fb8729562f89d1d9c883a3041067 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sun, 4 Oct 2020 15:39:30 +1030 Subject: [PATCH] fix: use staging server for mothership when connecting to /graphql --- ecosystem.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ecosystem.config.js b/ecosystem.config.js index 079d4e745..6bc38185e 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -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 = {