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
|
|
|
|
|
2017-03-31 13:21:19 -07:00
|
|
|
features:
|
|
|
|
# "Discover" page
|
|
|
|
discover:
|
|
|
|
enabled: true
|
|
|
|
# Public timeline
|
|
|
|
public:
|
|
|
|
enabled: true
|
|
|
|
|
2014-12-12 04:45:02 -08:00
|
|
|
# OAuth tokens
|
|
|
|
sharing:
|
|
|
|
twitter:
|
2015-05-11 03:39:12 -07:00
|
|
|
enabled: true
|
2014-12-12 04:45:02 -08:00
|
|
|
# Get the tokens from https://apps.twitter.com
|
|
|
|
consumer_key: ''
|
|
|
|
consumer_secret: ''
|
|
|
|
facebook:
|
|
|
|
enabled: false
|
2015-01-12 15:12:48 -08:00
|
|
|
tumblr:
|
2015-05-11 03:39:12 -07:00
|
|
|
enabled: true
|
2015-01-12 15:12:48 -08:00
|
|
|
# Get the tokens from https://www.tumblr.com/oauth/apps
|
|
|
|
consumer_key: ''
|
|
|
|
consumer_secret: ''
|
2014-12-12 04:45:02 -08:00
|
|
|
|
2014-12-12 08:35:16 -08:00
|
|
|
# Redis
|
2015-04-01 16:28:42 -07:00
|
|
|
redis_url: "redis://localhost:6379"
|
|
|
|
|
|
|
|
# Site admins
|
|
|
|
admins:
|
|
|
|
- screen_name: 'nilsding'
|
|
|
|
about_text: nilsding
|
|
|
|
subtext: Backend, Server & Code
|
|
|
|
- screen_name: 'pixeldesu'
|
|
|
|
about_text: pixeldesu
|
|
|
|
subtext: Frontend Design & Layout
|
|
|
|
- screen_name: 'Filippus'
|
|
|
|
about_text: Filippus
|
|
|
|
subtext: Moderator Management & Support
|
|
|
|
|
2015-05-08 11:18:18 -07:00
|
|
|
# delete if using local storage
|
|
|
|
fog:
|
|
|
|
# fog credentials
|
|
|
|
credentials:
|
|
|
|
provider: 'AWS'
|
|
|
|
aws_access_key_id: 'ACCESS KEY'
|
|
|
|
aws_secret_access_key: 'SECRET KEY'
|
2015-05-09 07:18:34 -07:00
|
|
|
region: 'space-pluto-1'
|
|
|
|
# bucket name, required
|
|
|
|
directory: 'retrospring'
|
|
|
|
# URL host, comment out to use default, GENERALLY you don't want to define this
|
|
|
|
# host: ''
|
2017-03-29 13:55:50 -07:00
|
|
|
|
|
|
|
rollbar:
|
|
|
|
access_token: 'sdklgfnaldkfg'
|