Retrospring/config/justask.yml.example

90 lines
2.1 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"
2022-04-17 08:34:40 -07:00
# Text shown on the about page (Markdown can be used here)
about: |
# About
Use this space to describe your Retrospring instance!
# 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: ''
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
# 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
# This list controls which hosts are excempt from the linkfilter
# Note: `hostname` is always included by default
allowed_hosts_in_markdown:
- twitter.com
- youtube.com
- youtu.be
2021-12-28 09:32:03 -08:00
# Sentry connection string
sentry_dsn: ''
2022-01-21 15:33:37 -08:00
# Canny feedback forms
# canny:
# sso: "CANNY_SSO_TOKEN_HERE"
# feature_board: "CANNY_FEATURE_BOARD_TOKEN"
2022-01-22 12:29:13 -08:00
# bug_board: "CANNY_BUGS_BOARD_TOKEN"