example config: mention twitter callback url
also added a note to uncomment values before editing them, just to be safe
This commit is contained in:
parent
cdd7d43a18
commit
25dcf17f54
|
@ -2,6 +2,9 @@
|
||||||
this is an example config file for Forget
|
this is an example config file for Forget
|
||||||
|
|
||||||
copy this file to config.py before editing
|
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://'
|
# REDIS_URI='redis://'
|
||||||
|
|
||||||
"""
|
|
||||||
TWITTER CREDENTIALS
|
|
||||||
|
|
||||||
Apply for api keys on the developer portal <https://developer.twitter.com/en/apps>
|
|
||||||
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
|
SERVER ADDRESS
|
||||||
|
|
||||||
|
@ -39,6 +33,14 @@ External services will redirect to this address when logging in.
|
||||||
# SERVER_NAME="localhost:5000"
|
# SERVER_NAME="localhost:5000"
|
||||||
# HTTPS=True
|
# HTTPS=True
|
||||||
|
|
||||||
|
"""
|
||||||
|
TWITTER CREDENTIALS
|
||||||
|
|
||||||
|
Apply for api keys on the developer portal <https://developer.twitter.com/en/apps>
|
||||||
|
When prompted for it, your callback URL is {SERVER_NAME}/login/twitter/callback
|
||||||
|
"""
|
||||||
|
# TWITTER_CONSUMER_KEY='yN3DUNVO0Me63IAQdhTfCA'
|
||||||
|
# TWITTER_CONSUMER_SECRET='c768oTKdzAjIYCmpSNIdZbGaG0t6rOhSFQP0S5uC79g'
|
||||||
|
|
||||||
"""
|
"""
|
||||||
SENTRY
|
SENTRY
|
||||||
|
|
Loading…
Reference in New Issue