浏览代码

Add mod and moderator to list of default reserved usernames (#9713)

master
Eugen Rochko 5 年前
committed by GitHub
父节点
当前提交
acae118120
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 6 次插入8 次删除
  1. +6
    -8
      config/settings.yml

+ 6
- 8
config/settings.yml 查看文件

@@ -1,11 +1,6 @@
# 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
#
# This file contains default values, and does not need to be edited. All
# important settings can be changed from the admin interface.

defaults: &defaults
site_title: Mastodon
site_short_description: ''
@@ -54,11 +49,14 @@ defaults: &defaults
- 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

development:
<<: *defaults



正在加载...
取消
保存