Implement Patreon token syncer

This commit is contained in:
Jeremy Zhang
2017-11-22 02:41:43 +00:00
parent 2e71200843
commit 6d2d4dd19c
9 changed files with 262 additions and 9 deletions

View File

@ -12,6 +12,10 @@ config = {
# V2 reCAPTCHA from https://www.google.com/recaptcha/admin
'recaptcha-site-key': "reCAPTCHA v2 Site Key",
'recaptcha-secret-key': "reCAPTCHA v2 Secret Key",
# Patreon
'patreon-client-id': "Patreon client id",
'patreon-client-secret': "Patreon client secret",
'app-location': "/var/www/Titan/webapp/",
'app-secret': "Type something random here, go wild.",