From 25dcf17f54bea65dea3812e11ca0b3d25a2f2f90 Mon Sep 17 00:00:00 2001 From: codl Date: Wed, 11 Mar 2020 22:13:32 +0100 Subject: [PATCH] example config: mention twitter callback url also added a note to uncomment values before editing them, just to be safe --- config.example.py | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/config.example.py b/config.example.py index 0d4240a..9cb3ef7 100644 --- a/config.example.py +++ b/config.example.py @@ -2,6 +2,9 @@ this is an example config file for Forget copy this file to config.py before editing + +lines starting with # demonstrate default or example values +the # should be removed before editing """ """ @@ -21,15 +24,6 @@ for syntax reference """ # REDIS_URI='redis://' -""" -TWITTER CREDENTIALS - -Apply for api keys on the developer portal -Twitter locked me out of it so I can't guide you more than that. Sorry. -""" -# TWITTER_CONSUMER_KEY='yN3DUNVO0Me63IAQdhTfCA' -# TWITTER_CONSUMER_SECRET='c768oTKdzAjIYCmpSNIdZbGaG0t6rOhSFQP0S5uC79g' - """ SERVER ADDRESS @@ -39,6 +33,14 @@ External services will redirect to this address when logging in. # SERVER_NAME="localhost:5000" # HTTPS=True +""" +TWITTER CREDENTIALS + +Apply for api keys on the developer portal +When prompted for it, your callback URL is {SERVER_NAME}/login/twitter/callback +""" +# TWITTER_CONSUMER_KEY='yN3DUNVO0Me63IAQdhTfCA' +# TWITTER_CONSUMER_SECRET='c768oTKdzAjIYCmpSNIdZbGaG0t6rOhSFQP0S5uC79g' """ SENTRY