2017-01-12 14:46:24 -05:00
|
|
|
# config/app.yml for rails-settings-cached
|
2017-04-09 12:34:29 -04: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 14:46:24 -05:00
|
|
|
defaults: &defaults
|
2017-06-18 21:23:25 -04:00
|
|
|
site_title: 'dev.glitch.social'
|
2018-07-31 12:59:34 -04:00
|
|
|
site_short_description: ''
|
2017-01-12 14:46:24 -05:00
|
|
|
site_description: ''
|
2017-01-12 21:24:41 -05:00
|
|
|
site_extended_description: ''
|
2017-07-04 09:19:24 -04:00
|
|
|
site_terms: ''
|
2017-01-12 14:46:24 -05:00
|
|
|
site_contact_username: ''
|
|
|
|
site_contact_email: ''
|
2017-04-04 09:26:57 -04:00
|
|
|
open_registrations: true
|
|
|
|
closed_registrations_message: ''
|
2017-06-19 09:12:31 -04:00
|
|
|
open_deletion: true
|
2017-07-20 17:26:00 -04:00
|
|
|
timeline_preview: false
|
2017-11-27 10:07:59 -05:00
|
|
|
min_invite_role: 'admin'
|
2017-11-18 22:13:57 -05:00
|
|
|
show_staff_badge: true
|
2017-07-27 09:12:51 -04:00
|
|
|
default_sensitive: false
|
2018-05-17 20:26:51 -04:00
|
|
|
hide_network: false
|
2017-07-27 09:12:51 -04:00
|
|
|
unfollow_modal: false
|
2017-04-13 15:53:59 -04:00
|
|
|
boost_modal: false
|
2017-12-09 11:26:22 -05:00
|
|
|
favourite_modal: false
|
2017-05-29 11:56:13 -04:00
|
|
|
delete_modal: true
|
2017-07-27 09:12:51 -04:00
|
|
|
auto_play_gif: false
|
2018-09-24 23:09:35 -04:00
|
|
|
display_media: 'default'
|
2018-09-23 23:44:01 -04:00
|
|
|
expand_spoilers: false
|
2018-07-05 20:15:56 -04:00
|
|
|
preview_sensitive_media: false
|
2017-10-16 03:36:15 -04:00
|
|
|
reduce_motion: false
|
2017-07-06 16:39:56 -04:00
|
|
|
system_font_ui: false
|
2017-07-14 10:41:02 -04:00
|
|
|
noindex: false
|
2017-12-04 02:26:40 -05:00
|
|
|
flavour: 'glitch'
|
2017-11-30 22:29:47 -05:00
|
|
|
skin: 'default'
|
2017-01-12 14:46:24 -05:00
|
|
|
notification_emails:
|
|
|
|
follow: false
|
|
|
|
reblog: false
|
|
|
|
favourite: false
|
|
|
|
mention: false
|
|
|
|
follow_request: true
|
2017-03-03 17:45:48 -05:00
|
|
|
digest: true
|
2018-09-01 18:11:58 -04:00
|
|
|
report: true
|
2017-01-12 14:46:24 -05:00
|
|
|
interactions:
|
|
|
|
must_be_follower: false
|
|
|
|
must_be_following: false
|
2017-11-14 15:12:57 -05:00
|
|
|
must_be_following_dm: false
|
2017-06-04 19:03:45 -04:00
|
|
|
reserved_usernames:
|
|
|
|
- admin
|
|
|
|
- support
|
|
|
|
- help
|
|
|
|
- root
|
|
|
|
- webmaster
|
|
|
|
- administrator
|
2018-04-23 17:52:58 -04:00
|
|
|
disallowed_hashtags: # space separated string or list of hashtags without the hash
|
2017-09-10 03:58:38 -04:00
|
|
|
bootstrap_timeline_accounts: ''
|
2017-12-29 13:52:04 -05:00
|
|
|
activity_api_enabled: true
|
|
|
|
peers_api_enabled: true
|
2018-02-04 00:00:10 -05:00
|
|
|
show_known_fediverse_at_about_page: true
|
2017-01-12 14:46:24 -05:00
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
test:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *defaults
|