init the project
This commit is contained in:
12
build/conf/tank.json
Normal file
12
build/conf/tank.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"ServerPort": 9090,
|
||||
"LogToConsole": true,
|
||||
"MysqlPort": 3306,
|
||||
"MysqlHost": "127.0.0.1",
|
||||
"MysqlSchema": "tank",
|
||||
"MysqlUserName": "tank",
|
||||
"MysqlPassword": "tank123",
|
||||
"AdminUsername": "admin",
|
||||
"AdminEmail": "admin@tank.eyeblue.cn",
|
||||
"AdminPassword": "123456"
|
||||
}
|
Reference in New Issue
Block a user