2014-11-12 11:40:06 -08:00
|
|
|
# The site name, shown everywhere.
|
2014-11-03 03:54:24 -08:00
|
|
|
site_name: "justask"
|
2014-11-10 21:48:22 -08:00
|
|
|
|
2014-12-12 14:53:23 -08:00
|
|
|
hostname: "justask.rrerr.net"
|
|
|
|
https: true
|
|
|
|
|
2015-01-01 08:31:58 -08:00
|
|
|
email_from: "noreply@justask.rrerr.net"
|
|
|
|
|
2014-11-12 11:40:06 -08:00
|
|
|
# Name of the "Anonymous" user. (e.g. "Anonymous Coward", "Arno Nym", "Mr. X", ...)
|
|
|
|
anonymous_name: "Anonymous"
|
|
|
|
|
|
|
|
# How many items (questions, answers, ...) do you want to show per page?
|
2014-12-12 04:45:02 -08:00
|
|
|
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
|
|
|
|
|
2014-12-12 08:35:16 -08:00
|
|
|
# Redis
|
|
|
|
redis_url: "redis://localhost:6379"
|