mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
fix: move SENTRY_DSN to production
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user