File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # config/app.yml for rails-settings-cached
2- #
3- # This file contains default values, and does not need to be edited
4- # when configuring an instance. These settings may be changed by an
5- # Administrator using the Web UI.
6- #
7- # For more information, see docs/Running-Mastodon/Administration-guide.md
8- #
1+ # This file contains default values, and does not need to be edited. All
2+ # important settings can be changed from the admin interface.
3+
94defaults : &defaults
105 site_title : Mastodon
116 site_short_description : ' '
@@ -54,11 +49,14 @@ defaults: &defaults
5449 - root
5550 - webmaster
5651 - administrator
52+ - mod
53+ - moderator
5754 disallowed_hashtags : # space separated string or list of hashtags without the hash
5855 bootstrap_timeline_accounts : ' '
5956 activity_api_enabled : true
6057 peers_api_enabled : true
6158 show_known_fediverse_at_about_page : true
59+
6260development :
6361 << : *defaults
6462
You can’t perform that action at this time.
0 commit comments