mastodon/config/settings.yml

38 lines
848 B
YAML
Raw Normal View History

# config/app.yml for rails-settings-cached
#
# 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
#
defaults: &defaults
2017-02-10 22:37:11 +01:00
site_title: 'Mastodon'
site_description: ''
2017-01-13 03:24:41 +01:00
site_extended_description: ''
site_contact_username: ''
site_contact_email: ''
open_registrations: true
closed_registrations_message: ''
boost_modal: false
auto_play_gif: true
notification_emails:
follow: false
reblog: false
favourite: false
mention: false
follow_request: true
2017-03-03 23:45:48 +01:00
digest: true
interactions:
must_be_follower: false
must_be_following: false
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults