fix: 将配置中的 "standard" 修改为 "std"
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user