Update URLs

This commit is contained in:
dangered wolf 2023-02-05 15:18:53 -05:00
parent 392423957e
commit 5dfd74ce99
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ DEPRECATED_DOMAIN_EPOCH = "1559320000000000000"
MOSAIC_DOMAIN_LIST = "mosaic.fxtwitter.com"
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"
REDIRECT_URL = "https://github.com/FixTweet/FixTweet"
EMBED_URL = "https://github.com/FixTweet/FixTweet"
SENTRY_DSN = ""
SENTRY_AUTH_TOKEN = ""
SENTRY_ORG = "dangeredwolf"

View file

@ -12,8 +12,8 @@
"DEPRECATED_DOMAIN_EPOCH": "1559320000000000000",
"API_HOST_LIST": "api.fxtwitter.com",
"HOST_URL": "https://fxtwitter.com",
"REDIRECT_URL": "https://github.com/dangeredwolf/FixTweet",
"EMBED_URL": "https://discord.gg/6CQTTTkGaH",
"REDIRECT_URL": "https://github.com/FixTweet/FixTweet",
"EMBED_URL": "https://github.com/FixTweet/FixTweet",
"RELEASE_NAME": "fixtweet-test",
"TEST": true
},