mastodon/config/settings.yml

82 lines
1.9 KiB
YAML
Raw Normal View History

# This file contains default values, and does not need to be edited. All
# important settings can be changed from the admin interface.
defaults: &defaults
2020-02-25 11:38:58 -05:00
site_title: 'otherkin.club'
site_short_description: ''
site_description: ''
2017-01-12 21:24:41 -05:00
site_extended_description: ''
site_terms: ''
site_contact_username: ''
site_contact_email: ''
registrations_mode: 'open'
profile_directory: 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
min_invite_role: 'admin'
show_staff_badge: true
2017-07-27 09:12:51 -04:00
default_sensitive: false
2018-04-15 02:49:19 -04:00
hide_network: true
unfollow_modal: true
2018-04-15 02:49:19 -04:00
boost_modal: true
favourite_modal: false
delete_modal: true
2017-07-27 09:12:51 -04:00
auto_play_gif: false
display_media: 'default'
expand_spoilers: false
preview_sensitive_media: false
reduce_motion: false
show_application: false
system_font_ui: false
hide_followers_count: false
enable_keybase: true
noindex: true
2017-12-04 02:26:40 -05:00
flavour: 'glitch'
2017-11-30 22:29:47 -05:00
skin: 'default'
aggregate_reblogs: true
advanced_layout: false
notification_emails:
follow: false
reblog: false
favourite: false
2018-04-15 02:49:19 -04:00
mention: true
follow_request: true
2017-03-03 17:45:48 -05:00
digest: true
report: true
pending_account: true
interactions:
must_be_follower: false
must_be_following: false
must_be_following_dm: false
reserved_usernames:
- admin
- support
- help
- root
- webmaster
- administrator
- mod
- moderator
disallowed_hashtags: # space separated string or list of hashtags without the hash
bootstrap_timeline_accounts: ''
activity_api_enabled: true
peers_api_enabled: true
show_known_fediverse_at_about_page: true
show_reblogs_in_public_timelines: false
show_replies_in_public_timelines: false
default_content_type: 'text/x-bbcode+markdown'
auto_reject_unknown: true
auto_mark_known: true
werewolf_status: true
2019-07-20 18:53:28 -04:00
spam_check_enabled: true
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults