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