aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-22 16:56:21 -0800
committerclarkzjw <[email protected]>2023-02-23 12:07:32 -0800
commitd469f16670df2d1748a6377d1bebe9b730dc25be (patch)
treec8b84c1a2f97a5c0170f29e431c54e4b99f8e716 /config.py
parent6af01f18c2bb4f641d85d4b3caa00b4e2e842a77 (diff)
downloadswarm2fediverse-d469f16670df2d1748a6377d1bebe9b730dc25be.tar.gz
fix oauth login flow
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index 7ae0c21..3b5767b 100644
--- a/config.py
+++ b/config.py
@@ -50,3 +50,4 @@ HEALTHCHECK_URL = "/checkinbot/healthcheck"
50FEDI_LOGIN_CALLBACK_URL = "/checkinbot/fedi_login_callback" 50FEDI_LOGIN_CALLBACK_URL = "/checkinbot/fedi_login_callback"
51BOT_DOMAIN = "https://zjw.social" 51BOT_DOMAIN = "https://zjw.social"
52BOT_PORT = 30010 52BOT_PORT = 30010
53BOT_SCOPE = ['read:accounts', 'write:media', 'write:statuses']
Powered by cgit v1.2.3 (git 2.41.0)