This commit is contained in:
hoteas 2017-09-28 02:36:16 +00:00
parent 24cf680d91
commit eedd972ac6

2
var.go
View File

@ -16,7 +16,7 @@ var application = map[string]*Application{} //整个项目
var Config = Map{ var Config = Map{
"tpt": "tpt", "tpt": "tpt",
"logLevel": LOG_FMT, "logLevel": LOG_NIL,
"defFile": []string{"index.html", "index.htm"}, "defFile": []string{"index.html", "index.htm"},
"dbHost": "127.0.0.1", "dbHost": "127.0.0.1",
//"dbHost":"localhost", //"dbHost":"localhost",