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"
|
|
|
|
|
2020-05-21 13:44:07 -07:00
|
|
|
# uncomment if using cloud storage
|
|
|
|
# fog:
|
2015-05-08 11:18:18 -07:00
|
|
|
# fog credentials
|
2020-05-21 13:44:07 -07:00
|
|
|
# credentials:
|
|
|
|
# provider: 'AWS'
|
|
|
|
# aws_access_key_id: 'ACCESS KEY'
|
|
|
|
# aws_secret_access_key: 'SECRET KEY'
|
|
|
|
# region: 'space-pluto-1'
|
2020-05-01 15:59:48 -07:00
|
|
|
# URL host, comment out to use default, GENERALLY you don't want to define this
|
2020-05-21 13:44:07 -07:00
|
|
|
# host: 's3.wherever.com'
|
2015-05-09 07:18:34 -07:00
|
|
|
# bucket name, required
|
2020-05-21 13:44:07 -07:00
|
|
|
# directory: 'retrospring'
|
2020-05-27 13:12:25 -07:00
|
|
|
|
2020-05-27 14:27:54 -07:00
|
|
|
# hCaptcha -- get keys from https://www.hcaptcha.com/
|
2020-05-27 13:12:25 -07:00
|
|
|
hcaptcha:
|
|
|
|
enabled: false
|
|
|
|
site_key: ''
|
|
|
|
secret_key: ''
|
2020-10-23 15:24:04 -07:00
|
|
|
|
|
|
|
# TOTP Drift period in seconds
|
|
|
|
otp_drift_period: 30
|
2021-12-22 07:38:37 -08:00
|
|
|
|
2021-12-22 08:17:48 -08:00
|
|
|
# This list controls the "accept" attribute on file upload fields
|
|
|
|
# This ensures mobile users get an appropriate file picker (one for only images)
|
|
|
|
# as well as preventing the upload of videos or formats we don't support
|
|
|
|
# including making iOS automatically convert HEIC files to JPEG
|
2021-12-22 07:38:37 -08:00
|
|
|
accepted_image_formats:
|
|
|
|
- image/jpeg
|
|
|
|
- .jpg
|
|
|
|
- .jpeg
|
|
|
|
- image/png
|
|
|
|
- .png
|
|
|
|
- image/gif
|
|
|
|
- .gif
|
2021-12-28 09:32:03 -08:00
|
|
|
|
2021-12-30 09:13:52 -08:00
|
|
|
# This list controls which hosts are excempt from the linkfilter
|
|
|
|
# Note: `hostname` is always included by default
|
|
|
|
allowed_hosts:
|
|
|
|
- twitter.com
|
|
|
|
- youtube.com
|
|
|
|
- youtu.be
|
|
|
|
|
2021-12-28 09:32:03 -08:00
|
|
|
# Sentry connection string
|
|
|
|
sentry_dsn: ''
|