diff --git a/config/justask.yml.example b/config/justask.yml.example index e75902e2..6d7756fb 100644 --- a/config/justask.yml.example +++ b/config/justask.yml.example @@ -5,4 +5,15 @@ site_name: "justask" anonymous_name: "Anonymous" # How many items (questions, answers, ...) do you want to show per page? -items_per_page: 10 \ No newline at end of file +items_per_page: 10 + +# OAuth tokens +sharing: + twitter: + enabled: true + # Get the tokens from https://apps.twitter.com + consumer_key: '' + consumer_secret: '' + facebook: + enabled: false +