diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-12-04 15:34:18 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-22 16:58:04 +0000 |
commit | 61573768a8bd0a9f6c3ec69d405f153121e07563 (patch) | |
tree | 04d81310769bcbc0b17eb7667520637ffc8b35b7 /conf | |
parent | 87903d2543e48654c18aa5036272a34266cbf72a (diff) |
Prerequisites (new modules, db, config).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index f16d63c70..097d81b19 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -164,6 +164,12 @@ RSS_LIMIT: '20' # How many reports to show per page on the All Reports pages ALL_REPORTS_PER_PAGE: 100 +# Social networking +FACEBOOK_APP_ID: '' +FACEBOOK_APP_SECRET: '' +TWITTER_KEY: '' +TWITTER_SECRET: '' + # If you wish to send email through a SMTP server elsewhere, change these # variables. SMTP_TYPE should be one of '', 'ssl' or 'tls'. SMTP_SMARTHOST: 'localhost' |