conflakes
Version:
Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.
31 lines • 712 B
JSON
{
"imports" : [
{
"resource": "./config.json",
"ignore_errors": false
},
{
"resource": "../routing/default.json",
"ignore_errors": false
}
],
"dbs": {
"master": {
"name": "hbq_db_master",
"host": "localhost",
"user": "root",
"password": "",
"port": "3306"
},
"slave": {
"name": "hbq_db_slave",
"host": "localhost",
"user": "root",
"password": "",
"port": "3306"
}
},
"utils": {
"default_items_order":"custom_order"
}
}