Retrospring/config/justask.yml.example

71 lines
1.4 KiB
Plaintext
Raw Normal View History

# 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
email_from: "noreply@justask.rrerr.net"
# 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
features:
# "Discover" page
discover:
enabled: true
# Public timeline
public:
enabled: true
2014-12-12 04:45:02 -08:00
# OAuth tokens
sharing:
twitter:
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:
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
redis_url: "redis://localhost:6379"
2020-05-21 13:44:07 -07:00
# uncomment if using cloud storage
# fog:
# 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
accepted_image_formats:
- image/jpeg
- .jpg
- .jpeg
- image/png
- .png
- image/gif
- .gif