fix: 将配置中的 "standard" 修改为 "std"
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
database:
|
||||
dataSource:
|
||||
# 默认数据库实例
|
||||
standard:
|
||||
std:
|
||||
type: "mysql"
|
||||
host: "127.0.0.1"
|
||||
port: 33066
|
||||
@@ -16,7 +16,7 @@ database:
|
||||
database: "/usr/local/etc/omc/database/omc_db.sqlite"
|
||||
logging: false
|
||||
# 多个数据源时可以用这个指定默认的数据源
|
||||
defaultDataSourceName: "standard"
|
||||
defaultDataSourceName: "std"
|
||||
|
||||
# Redis 缓存数据
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user