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 • 664 B
JSON
{
"imports" : [
{
"resource": "../routing/default.json",
"ignore_errors": false
},
{
"resource": "../services/utils.json",
"ignore_errors": false,
"as": "utils"
},
{
"resource": "../modules/security.json",
"ignore_errors": false
}
],
"dbs": {
"master": {
"name": "hbq_db"
},
"slave": {
"name": "hbq_db"
},
"slave2": {
"name": "hbq_db"
}
},
"utils": {
"default_items_order":"asc"
}
}