add configuration variables for posting to social

pull/23/head
Mallory Hancock 2017-11-07 12:50:57 -08:00
parent 543829cf1b
commit 44f1b93e5e
1 changed files with 13 additions and 0 deletions

View File

@ -103,3 +103,16 @@ STATIC_ROOT = 'static'
MAILGUN_URL = "OVERWRITE THIS"
MAILGUN_KEY = "OVERWRITE THIS"
# Mastodon credentials
MASTO_CLIENT_ID = "OVERWRITE THIS"
MASTO_CLIENT_SECRET = "OVERWRITE THIS"
MASTO_ACCESS_TOKEN = "OVERWRITE THIS"
MASTO_BASE_URL = "https://tiny.tilde.website"
# Twitter credentials
TWITTER_CONSUMER_KEY = "OVERWRITE THIS"
TWITTER_CONSUMER_SECRET = "OVERWRITE THIS"
TWITTER_TOKEN = "OVERWRITE THIS"
TWITTER_TOKEN_SECRET = "OVERWRITE THIS"