chore: 清理冗余的配置文件并更新.gitignore

删除重复的测试和生产环境配置文件
更新.gitignore以忽略正确的配置文件
This commit is contained in:
zhouyonggao 2025-11-28 14:33:16 +08:00
parent cfe773c3f0
commit abca1742b7
3 changed files with 2 additions and 31 deletions

5
.gitignore vendored
View File

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

View File

@ -1,14 +0,0 @@
app:
port: "8077"
marketing_db:
host: "market-read-only.rwlb.cn-chengdu.rds.aliyuncs.com"
port: "3306"
user: "market_root"
password: "w5PlDan5Q3l4CVlm"
name: "market"
ymt_db:
host: "lsxd-read.rwlb.rds.aliyuncs.com"
port: "3306"
user: "merketing"
password: "Lsxd@2024"
name: "merketing"

View File

@ -1,14 +0,0 @@
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"