diff --git a/local_settings.example.py b/local_settings.example.py index 6b42ed8..9e86e56 100644 --- a/local_settings.example.py +++ b/local_settings.example.py @@ -40,7 +40,7 @@ MAIL_DEFAULT_SENDER = 'eos@localhost' # Reddit # Register a web app at https://www.reddit.com/prefs/apps -# The redirect URI will be https://localhost:5000/auth/reddit/oauth_callback (replace with real host:port) +# The redirect URI will be http(s)://hostname(:port)/auth/reddit/oauth_callback REDDIT_OAUTH_CLIENT_ID = 'xxxxxxxxxxxxxx' REDDIT_OAUTH_CLIENT_SECRET = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'