diff options
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,3 +50,4 @@ HEALTHCHECK_URL = "/checkinbot/healthcheck" | |||
50 | FEDI_LOGIN_CALLBACK_URL = "/checkinbot/fedi_login_callback" | 50 | FEDI_LOGIN_CALLBACK_URL = "/checkinbot/fedi_login_callback" |
51 | BOT_DOMAIN = "https://zjw.social" | 51 | BOT_DOMAIN = "https://zjw.social" |
52 | BOT_PORT = 30010 | 52 | BOT_PORT = 30010 |
53 | BOT_SCOPE = ['read:accounts', 'write:media', 'write:statuses'] | ||