2019-01-04 12:29:39 +01:00
|
|
|
# This file contains default values, and does not need to be edited. All
|
|
|
|
# important settings can be changed from the admin interface.
|
|
|
|
|
2017-01-12 20:46:24 +01:00
|
|
|
defaults: &defaults
|
2017-06-05 01:03:45 +02:00
|
|
|
site_title: Mastodon
|
2018-07-31 18:59:34 +02:00
|
|
|
site_short_description: ''
|
2017-01-12 20:46:24 +01:00
|
|
|
site_description: ''
|
2017-01-13 03:24:41 +01:00
|
|
|
site_extended_description: ''
|
2017-07-04 15:19:24 +02:00
|
|
|
site_terms: ''
|
2017-01-12 20:46:24 +01:00
|
|
|
site_contact_username: ''
|
|
|
|
site_contact_email: ''
|
2019-03-14 05:28:30 +01:00
|
|
|
registrations_mode: 'open'
|
2018-12-11 19:18:29 +01:00
|
|
|
profile_directory: true
|
2017-04-04 15:26:57 +02:00
|
|
|
closed_registrations_message: ''
|
2017-06-19 15:12:31 +02:00
|
|
|
open_deletion: true
|
2017-11-27 16:07:59 +01:00
|
|
|
min_invite_role: 'admin'
|
2017-07-11 15:27:59 +02:00
|
|
|
timeline_preview: true
|
2017-11-19 04:13:57 +01:00
|
|
|
show_staff_badge: true
|
2017-07-27 15:12:51 +02:00
|
|
|
default_sensitive: false
|
2018-05-18 02:26:51 +02:00
|
|
|
hide_network: false
|
2017-07-27 15:12:51 +02:00
|
|
|
unfollow_modal: false
|
2017-04-13 21:53:59 +02:00
|
|
|
boost_modal: false
|
2017-05-29 17:56:13 +02:00
|
|
|
delete_modal: true
|
2017-07-27 15:12:51 +02:00
|
|
|
auto_play_gif: false
|
2018-09-25 05:09:35 +02:00
|
|
|
display_media: 'default'
|
2018-09-24 05:44:01 +02:00
|
|
|
expand_spoilers: false
|
2018-07-06 02:15:56 +02:00
|
|
|
preview_sensitive_media: false
|
2017-10-16 09:36:15 +02:00
|
|
|
reduce_motion: false
|
2019-02-09 17:33:41 +01:00
|
|
|
show_application: true
|
2017-07-06 22:39:56 +02:00
|
|
|
system_font_ui: false
|
2017-07-14 16:41:02 +02:00
|
|
|
noindex: false
|
2017-09-19 16:36:23 +02:00
|
|
|
theme: 'default'
|
2018-12-09 13:03:01 +01:00
|
|
|
aggregate_reblogs: true
|
2019-05-25 21:27:00 +02:00
|
|
|
advanced_layout: true
|
2017-01-12 20:46:24 +01:00
|
|
|
notification_emails:
|
|
|
|
follow: false
|
|
|
|
reblog: false
|
|
|
|
favourite: false
|
|
|
|
mention: false
|
|
|
|
follow_request: true
|
2017-03-03 23:45:48 +01:00
|
|
|
digest: true
|
2018-09-02 00:11:58 +02:00
|
|
|
report: true
|
2019-04-10 00:35:49 +02:00
|
|
|
pending_account: true
|
2017-01-12 20:46:24 +01:00
|
|
|
interactions:
|
|
|
|
must_be_follower: false
|
|
|
|
must_be_following: false
|
2017-11-14 21:12:57 +01:00
|
|
|
must_be_following_dm: false
|
2017-06-05 01:03:45 +02:00
|
|
|
reserved_usernames:
|
|
|
|
- admin
|
|
|
|
- support
|
|
|
|
- help
|
|
|
|
- root
|
|
|
|
- webmaster
|
|
|
|
- administrator
|
2019-01-04 12:29:39 +01:00
|
|
|
- mod
|
|
|
|
- moderator
|
2018-04-23 23:52:58 +02:00
|
|
|
disallowed_hashtags: # space separated string or list of hashtags without the hash
|
2017-09-10 09:58:38 +02:00
|
|
|
bootstrap_timeline_accounts: ''
|
2017-12-29 19:52:04 +01:00
|
|
|
activity_api_enabled: true
|
|
|
|
peers_api_enabled: true
|
2018-02-04 06:00:10 +01:00
|
|
|
show_known_fediverse_at_about_page: true
|
2019-01-04 12:29:39 +01:00
|
|
|
|
2017-01-12 20:46:24 +01:00
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
test:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *defaults
|