[ADD] Some helpful comments

Since this is one of the most occurring issues when editing `local.py`
This commit is contained in:
Peter Pfeufer
2025-11-22 22:27:44 +01:00
parent f5ddbb8004
commit 4047159fd1
3 changed files with 5 additions and 9 deletions

View File

@@ -20,8 +20,8 @@ Make the following changes in your auth project's settings file (`local.py`):
# Be sure to set the callback URLto https://example.com/discord/callback/
# substituting your domain for example.com in Discord's developer portal
# (Be sure to add the trailing slash)
DISCORD_CALLBACK_URL = f"{SITE_URL}/discord/callback/" # Do NOT change this line!
DISCORD_GUILD_ID = ''
DISCORD_CALLBACK_URL = f"{SITE_URL}/discord/callback/"
DISCORD_APP_ID = ''
DISCORD_APP_SECRET = ''
DISCORD_BOT_TOKEN = ''