@house-agency/brewstore
Version:
The Brewery Storage
29 lines (28 loc) • 641 B
JSON
{
"storage": {
"relational": {
"engine": "mysql",
"host": "localhost",
"username": "root",
"password": "",
"database": "test",
"pool": {
"max": 1
},
"logging": false
},
"keyvalue": {
"host": "localhost",
"port": "6379",
"db": 0
},
"mysql": {
"host": "localhost",
"user": "root",
"password": "",
"database": "test",
"debug": false,
"timestamp_fallback": false
}
}
}