about summary refs log tree commit diff
path: root/config/settings.yml
blob: 7b78b6cdb1c52d35aaba55b7257f9ae6754bfa4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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
  site_title: Mastodon
  site_description: ''
  site_extended_description: ''
  site_contact_username: ''
  site_contact_email: ''
  open_registrations: true
  closed_registrations_message: ''
  open_deletion: true
  boost_modal: false
  auto_play_gif: true
  delete_modal: true
  notification_emails:
    follow: false
    reblog: false
    favourite: false
    mention: false
    follow_request: true
    digest: true
  interactions:
    must_be_follower: false
    must_be_following: false
  reserved_usernames:
    - admin
    - support
    - help
    - root
    - webmaster
    - administrator

development:
  <<: *defaults

test:
  <<: *defaults

production:
  <<: *defaults