fix: 将配置中的 "standard" 修改为 "std"

This commit is contained in:
TsMask
2025-03-20 19:40:01 +08:00
parent 135f8fc104
commit 37f725b142
123 changed files with 34 additions and 19 deletions

View File

@@ -1,3 +1,6 @@
# server version: std/lite
serverVersion: "std"
# file: log file name
# level: /trace/debug/info/warn/error/fatal, default: debug
# duration: rotation time with xx hours, example: 1/12/24 hours
@@ -53,7 +56,7 @@ staticFile:
database:
dataSource:
# Default database instance
standard:
std:
type: "mysql"
host: "192.168.9.58"
port: 13306
@@ -67,7 +70,7 @@ database:
database: "./local/omc_db.sqlite"
logging: true
# used to specify the default data source for multiple data resourece
defaultDataSourceName: "standard"
defaultDataSourceName: "std"
# Redis data cache
redis: