Update README.md
This commit is contained in:
parent
859288027d
commit
a8e1e1af9b
14
README.md
14
README.md
@ -83,13 +83,13 @@ env GOOS=linux GOARCH=amd64 go build -o DKube-Server main.go
|
|||||||
|
|
||||||
- 数据库: `config/config.go`
|
- 数据库: `config/config.go`
|
||||||
```shell
|
```shell
|
||||||
//数据库配置
|
//数据库配置
|
||||||
DbType = "mysql"
|
DbType = "mysql"
|
||||||
DbHost = "192.168.66.62"
|
DbHost = "xx.xx.xx.xx"
|
||||||
DbPort = 3306
|
DbPort = 3306
|
||||||
DbName = "dkube"
|
DbName = "dkube"
|
||||||
DbUser = "root"
|
DbUser = "root"
|
||||||
DbPwd = "123456"
|
DbPwd = "123456"
|
||||||
```
|
```
|
||||||
|
|
||||||
- 前端 `dkube-web`,后端接口:`src\views\common\Config.js`
|
- 前端 `dkube-web`,后端接口:`src\views\common\Config.js`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user