This commit is contained in:
parent
24cf680d91
commit
eedd972ac6
2
var.go
2
var.go
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user