Finish the first version of docker.

This commit is contained in:
hxsherry
2018-01-28 23:54:53 +08:00
parent 31ba9f5c5f
commit 018d261eb2
3 changed files with 29 additions and 9 deletions

View File

@ -2,7 +2,7 @@
"ServerPort": 6010,
"LogToConsole": false,
"MysqlPort": 3306,
"MysqlHost": "127.0.0.1",
"MysqlHost": "db",
"MysqlSchema": "tank",
"MysqlUserName": "tank",
"MysqlPassword": "tank123",