refactor(config): 移除配置文件模板中的 [security] 部分
在最近的安全相关重构之后,独立的 [security] 配置部分已不再需要。 此提交将其从模板文件中移除以简化配置结构,并相应地更新了版本号。
This commit is contained in:
committed by
Windpicker-owo
parent
334df4d87f
commit
17b1ae0f26
@@ -1,5 +1,5 @@
|
|||||||
[inner]
|
[inner]
|
||||||
version = "7.7.3"
|
version = "7.7.4"
|
||||||
|
|
||||||
#----以下是给开发人员阅读的,如果你只是部署了MoFox-Bot,不需要阅读----
|
#----以下是给开发人员阅读的,如果你只是部署了MoFox-Bot,不需要阅读----
|
||||||
#如果你想要修改配置文件,请递增version的值
|
#如果你想要修改配置文件,请递增version的值
|
||||||
@@ -65,7 +65,6 @@ master_users = []# ["qq", "123456789"], # 示例:QQ平台的Master用户
|
|||||||
enable_plugin_http_endpoints = true
|
enable_plugin_http_endpoints = true
|
||||||
|
|
||||||
# ==================== 安全相关配置 ====================
|
# ==================== 安全相关配置 ====================
|
||||||
[security]
|
|
||||||
# --- 插件API速率限制 ---
|
# --- 插件API速率限制 ---
|
||||||
# 是否为插件暴露的API启用全局速率限制
|
# 是否为插件暴露的API启用全局速率限制
|
||||||
plugin_api_rate_limit_enable = true
|
plugin_api_rate_limit_enable = true
|
||||||
|
|||||||
Reference in New Issue
Block a user