Newer
Older
Eugen Rochko
a validé
# config/app.yml for rails-settings-cached
R Tucker
a validé
#
# 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
#
Eugen Rochko
a validé
defaults: &defaults
site_title: Mastodon
site_short_description: ''
Eugen Rochko
a validé
site_description: ''
site_terms: ''
Eugen Rochko
a validé
site_contact_username: ''
site_contact_email: ''
Eugen Rochko
a validé
open_registrations: true
closed_registrations_message: ''
timeline_preview: true
show_staff_badge: true
hide_network: false
delete_modal: true
Matt Sweetman
a validé
expand_spoilers: false
preview_sensitive_media: false
system_font_ui: false
Eugen Rochko
a validé
noindex: false
Eugen Rochko
a validé
notification_emails:
follow: false
reblog: false
favourite: false
mention: false
follow_request: true
report: true
Eugen Rochko
a validé
interactions:
must_be_follower: false
must_be_following: false
must_be_following_dm: false
reserved_usernames:
- admin
- support
- help
- root
- webmaster
- administrator
Emelia Smith
a validé
disallowed_hashtags: # space separated string or list of hashtags without the hash
activity_api_enabled: true
peers_api_enabled: true
show_known_fediverse_at_about_page: true
Eugen Rochko
a validé
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults