Update README.md
This commit is contained in:
		@ -85,7 +85,7 @@ env GOOS=linux GOARCH=amd64 go build -o DKube-Server main.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"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user