mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 10:29:07 +01:00
updated configuration example
This commit is contained in:
parent
f4ee900ae6
commit
bfeb7b3edb
1 changed files with 12 additions and 1 deletions
|
@ -5,4 +5,15 @@ site_name: "justask"
|
||||||
anonymous_name: "Anonymous"
|
anonymous_name: "Anonymous"
|
||||||
|
|
||||||
# How many items (questions, answers, ...) do you want to show per page?
|
# How many items (questions, answers, ...) do you want to show per page?
|
||||||
items_per_page: 10
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue