fix: move SENTRY_DSN to production

This commit is contained in:
Alexis Tyler
2020-12-15 07:34:22 +10:30
parent ff3172087b
commit 749e5db9c1
2 changed files with 3 additions and 3 deletions

View File

@@ -2,5 +2,4 @@ ENVIRONMENT="production"
NODE_ENV="production"
PORT="/var/run/unraid-api.sock"
MOTHERSHIP_RELAY_WS_LINK="wss://mothership.unraid.net/relay"
MOTHERSHIP_GRAPHQL_LINK="https://mothership.unraid.net/graphql"
SENTRY_DSN="https://335a7a44d1a048648a585fc4fa053d65@o427961.ingest.sentry.io/5439629"
MOTHERSHIP_GRAPHQL_LINK="https://mothership.unraid.net/graphql"

View File

@@ -2,4 +2,5 @@ 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"
MOTHERSHIP_GRAPHQL_LINK="https://staging.mothership.unraid.net/graphql"
SENTRY_DSN="https://335a7a44d1a048648a585fc4fa053d65@o427961.ingest.sentry.io/5439629"