2017-01-12 11:46:24 -08:00
|
|
|
# config/app.yml for rails-settings-cached
|
2017-04-09 09:34:29 -07:00
|
|
|
#
|
|
|
|
# This file contains default values, and does not need to be edited
|
|
|
|
# when configuring an instance. These settings may be changed by an
|
|
|
|
# Administrator using the Web UI.
|
|
|
|
#
|
|
|
|
# For more information, see docs/Running-Mastodon/Administration-guide.md
|
|
|
|
#
|
2017-01-12 11:46:24 -08:00
|
|
|
defaults: &defaults
|
2017-06-04 16:03:45 -07:00
|
|
|
site_title: Mastodon
|
2018-07-31 09:59:34 -07:00
|
|
|
site_short_description: ''
|
2017-01-12 11:46:24 -08:00
|
|
|
site_description: ''
|
2017-01-12 18:24:41 -08:00
|
|
|
site_extended_description: ''
|
2017-07-04 06:19:24 -07:00
|
|
|
site_terms: ''
|
2017-01-12 11:46:24 -08:00
|
|
|
site_contact_username: ''
|
|
|
|
site_contact_email: ''
|
2017-04-04 06:26:57 -07:00
|
|
|
open_registrations: true
|
|
|
|
closed_registrations_message: ''
|
2017-06-19 06:12:31 -07:00
|
|
|
open_deletion: true
|
2017-11-27 07:07:59 -08:00
|
|
|
min_invite_role: 'admin'
|
2017-07-11 06:27:59 -07:00
|
|
|
timeline_preview: true
|
2017-11-18 19:13:57 -08:00
|
|
|
show_staff_badge: true
|
2017-07-27 06:12:51 -07:00
|
|
|
default_sensitive: false
|
2018-05-17 17:26:51 -07:00
|
|
|
hide_network: false
|
2017-07-27 06:12:51 -07:00
|
|
|
unfollow_modal: false
|
2017-04-13 12:53:59 -07:00
|
|
|
boost_modal: false
|
2017-05-29 08:56:13 -07:00
|
|
|
delete_modal: true
|
2017-07-27 06:12:51 -07:00
|
|
|
auto_play_gif: false
|
2018-02-08 15:26:57 -08:00
|
|
|
display_sensitive_media: false
|
2018-07-05 17:15:56 -07:00
|
|
|
preview_sensitive_media: false
|
2017-10-16 00:36:15 -07:00
|
|
|
reduce_motion: false
|
2017-07-06 13:39:56 -07:00
|
|
|
system_font_ui: false
|
2017-07-14 07:41:02 -07:00
|
|
|
noindex: false
|
2017-09-19 07:36:23 -07:00
|
|
|
theme: 'default'
|
2017-01-12 11:46:24 -08:00
|
|
|
notification_emails:
|
|
|
|
follow: false
|
|
|
|
reblog: false
|
|
|
|
favourite: false
|
|
|
|
mention: false
|
|
|
|
follow_request: true
|
2017-03-03 14:45:48 -08:00
|
|
|
digest: true
|
2017-01-12 11:46:24 -08:00
|
|
|
interactions:
|
|
|
|
must_be_follower: false
|
|
|
|
must_be_following: false
|
2017-11-14 12:12:57 -08:00
|
|
|
must_be_following_dm: false
|
2017-06-04 16:03:45 -07:00
|
|
|
reserved_usernames:
|
|
|
|
- admin
|
|
|
|
- support
|
|
|
|
- help
|
|
|
|
- root
|
|
|
|
- webmaster
|
|
|
|
- administrator
|
2018-04-23 14:52:58 -07:00
|
|
|
disallowed_hashtags: # space separated string or list of hashtags without the hash
|
2017-09-10 00:58:38 -07:00
|
|
|
bootstrap_timeline_accounts: ''
|
2017-12-29 10:52:04 -08:00
|
|
|
activity_api_enabled: true
|
|
|
|
peers_api_enabled: true
|
2018-02-03 21:00:10 -08:00
|
|
|
show_known_fediverse_at_about_page: true
|
2017-01-12 11:46:24 -08:00
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
test:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *defaults
|