mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-15 05:33:47 +08:00
发布v2.18.6版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -23,6 +23,10 @@ system:
|
||||
switch: true # 日志开关,可选:false|true,默认为true
|
||||
queue: true # 是否启用队列,启用时需要配置队列信息,可选:false|true,默认为true
|
||||
levelFormat: [ "WARN", "ERRO", "FATA", "PANI" ] # 需要记录的等级
|
||||
# 国际化
|
||||
i18n:
|
||||
switch: true # 国际化开关,可选:false|true,默认为true
|
||||
defaultLanguage: "zh-CN" # 默认使用语言,可选:zh-CN|zh-TW|en,默认为zh-CN
|
||||
# 插件资源目录,用于静态文件和模版文件的路径,默认为resource
|
||||
addonsResourcePath: "resource"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user