im/vendor/desarrolla2/cache/tests/config.json.dist

21 lines
310 B
Plaintext
Executable File

{
"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"
}
}