chore: 更新gitignore并重构配置文件

移除旧的prod配置文件,新增prod和test配置文件的副本
更新gitignore以忽略新的配置文件副本
This commit is contained in:
zhouyonggao 2025-11-28 14:32:29 +08:00
parent c1d035f9af
commit cfe773c3f0
3 changed files with 16 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ server/log/
server/storage/ server/storage/
server/config.test.yaml server/config.test.yaml
server/config_prod.yaml server/config_prod.yaml
server/config.prod.copy.yaml
server/config.test.copy.yaml

View File

@ -0,0 +1,14 @@
app:
port: "8077"
marketing_db:
host: "192.168.6.92"
port: "3306"
user: "root"
password: "lansexiongdi"
name: "market"
ymt_db:
host: "47.97.27.195"
port: "3306"
user: "root"
password: "lansexiongdi6,"
name: "merketing"