mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Leave Sentry details blank in .env.example
This commit is contained in:
parent
a560204b43
commit
e1aa776598
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ API_HOST_LIST = "api.fxtwitter.com,api-canary.fxtwitter.com"
|
|||
HOST_URL = "https://fxtwitter.com"
|
||||
REDIRECT_URL = "https://github.com/dangeredwolf/FixTweet"
|
||||
EMBED_URL = "https://discord.gg/6CQTTTkGaH"
|
||||
SENTRY_DSN = "https://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@aaaaaa.ingest.sentry.io/69"
|
||||
SENTRY_AUTH_TOKEN = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
SENTRY_DSN = ""
|
||||
SENTRY_AUTH_TOKEN = ""
|
||||
SENTRY_ORG = "dangeredwolf"
|
||||
SENTRY_PROJECT = "fixtweet"
|
Loading…
Add table
Reference in a new issue