mirror of
https://gitee.com/johng/gf.git
synced 2024-12-05 05:37:55 +08:00
29 lines
840 B
JSON
29 lines
840 B
JSON
{
|
|
"viewpath" : "/home/www/templates/",
|
|
"database" : {
|
|
"default" : [
|
|
{
|
|
"host" : "127.0.0.1",
|
|
"port" : "3306",
|
|
"user" : "root",
|
|
"pass" : "123456",
|
|
"name" : "test",
|
|
"type" : "mysql",
|
|
"role" : "master",
|
|
"charset" : "utf8",
|
|
"priority" : "1"
|
|
},
|
|
{
|
|
"host" : "127.0.0.1",
|
|
"port" : "3306",
|
|
"user" : "root",
|
|
"pass" : "123456",
|
|
"name" : "test",
|
|
"type" : "mysql",
|
|
"role" : "master",
|
|
"charset" : "utf8",
|
|
"priority" : "1"
|
|
}
|
|
]
|
|
}
|
|
} |