This commit is contained in:
Lee 2023-11-13 03:52:20 +00:00
parent 000812b2e5
commit 24c787969c
3 changed files with 5 additions and 3 deletions

2
.env

@ -1,4 +1,4 @@
SENTRY_AUTH_TOKEN=hi
SENTRY_AUTH_TOKEN=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
# Redis
REDIS_URL=redis://:bigtitsyes7@10.0.0.203:30004

2
.gitignore vendored

@ -46,3 +46,5 @@ analyze
# Sitemap
public/sitemap*
.env

@ -91,7 +91,7 @@ module.exports = withSentryConfig(
silent: true,
org: "sentry",
project: "scoresaber-reloaded",
url: "https://sentry.fascinated.cc/",
url: "https://sentry.fascinated.cc",
authToken: process.env.SENTRY_AUTH_TOKEN,
},
{