Update README.md

This commit is contained in:
dqzboy
2022-10-12 14:34:40 +08:00
committed by GitHub
parent 859288027d
commit a8e1e1af9b

View File

@ -85,7 +85,7 @@ env GOOS=linux GOARCH=amd64 go build -o DKube-Server main.go
```shell
//数据库配置
DbType = "mysql"
DbHost = "192.168.66.62"
DbHost = "xx.xx.xx.xx"
DbPort = 3306
DbName = "dkube"
DbUser = "root"