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

This commit is contained in:
TsMask
2025-03-20 19:36:33 +08:00
parent 135f8fc104
commit f8771f528e
8 changed files with 34 additions and 19 deletions

View File

@@ -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: