feat: change db name from omc_db to psap_db

This commit is contained in:
zhangsz
2025-06-16 14:02:52 +08:00
parent edf39a03ee
commit 4467d786c7
9 changed files with 10 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ gorm:
port: 33066
username: "root"
password: "1000omc@kp!"
database: "omc_db"
database: "psap_db"
logging: true
# Redis 缓存数据,数据源声明全小写

View File

@@ -25,7 +25,7 @@ const (
DbPort = 33066
DbUser = "root"
DbPassswd = "1000omc@kp!"
DbName = "omc_db"
DbName = "psap_db"
// 配置文件路径
configParamDir = "../../../config/param"
// configParamFile = "*" // 目录下全部更新