21 lines
310 B
Plaintext
21 lines
310 B
Plaintext
|
{
|
||
|
"file": {
|
||
|
"dir": ""
|
||
|
},
|
||
|
"memcached": {
|
||
|
"host": "127.0.0.1",
|
||
|
"port": "11211"
|
||
|
},
|
||
|
"mongo": {
|
||
|
"dsn": "mongodb://localhost:27017",
|
||
|
"database": "cache"
|
||
|
},
|
||
|
"mysql": {
|
||
|
"user": "root",
|
||
|
"password": "",
|
||
|
"host": "127.0.0.1",
|
||
|
"port": "3306",
|
||
|
"database": "cache"
|
||
|
}
|
||
|
}
|