From 86f01abfddca202050390df3dd597854d60c872f Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Sun, 30 Dec 2018 13:44:59 +1100 Subject: [PATCH] Tidy docs --- local_settings.example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'