fix: 更新数据库和Redis配置

This commit is contained in:
TsMask
2025-05-20 16:27:24 +08:00
parent 72c688e178
commit 16b8e780ad
3 changed files with 22 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ database:
std:
type: "mysql"
host: "127.0.0.1"
port: 3306
port: 33066
username: "root"
password: "1000omc@kp!"
database: "omc_db"
@@ -44,6 +44,6 @@ redis:
port: 6379 # Redis port
host: "127.0.0.1" # Redis host
password: "helloearth"
db: 0 # Redis db_num
db: 10 # Redis db_num
# 多个数据源时可以用这个指定默认的数据源
defaultDataSourceName: "default"

View File

@@ -25,6 +25,6 @@ redis:
port: 6379 # Redis port
host: "127.0.0.1" # Redis host
password: "helloearth"
db: 0 # Redis db_num
db: 10 # Redis db_num
# 多个数据源时可以用这个指定默认的数据源
defaultDataSourceName: "default"