add configuration variables for posting to social
parent
543829cf1b
commit
44f1b93e5e
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue