fix: 配置文件设置地址127.0.0.1

This commit is contained in:
TsMask
2025-02-20 10:36:14 +08:00
parent 6955592d05
commit 81746a90eb
2 changed files with 3 additions and 2 deletions

View File

@@ -202,6 +202,7 @@ params:
testConfig:
enabled: false
file: ./etc/testconfig.yaml
# 静态文件配置, 相对项目根路径或填绝对路径
staticFile:
# 默认资源dir目录需要预先创建

View File

@@ -21,8 +21,8 @@ import (
const (
// 数据库
DbHost = "192.168.9.58"
DbPort = 13306
DbHost = "127.0.0.1"
DbPort = 33066
DbUser = "root"
DbPassswd = "1000omc@kp!"
DbName = "omc_db"