gf/geg/frame/config.json

29 lines
892 B
JSON
Raw Normal View History

{
2017-12-15 13:09:09 +08:00
"viewpath" : "/home/john/Workspace/Go/GOPATH/src/gitee.com/johng/gf/geg/frame/mvc/view",
"database" : {
"default" : [
2017-12-19 17:33:12 +08:00
{
"host" : "127.0.0.1",
"port" : "3306",
"user" : "root",
"pass" : "127456",
"name" : "test",
"type" : "mysql",
"role" : "master",
"charset" : "utf8",
"priority" : "1"
},
{
"host" : "127.0.0.1",
"port" : "3306",
"user" : "root",
"pass" : "127456",
"name" : "test",
"type" : "mysql",
"role" : "master",
"charset" : "utf8",
"priority" : "1"
}
]
}
}