conflakes
Version:
Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.
22 lines • 496 B
JSON
{
"imports" : [
{
"resource": "./config.yml",
"ignore_errors": false
}
],
"dbs": {
"master": {
"host": "db_host_prod_master",
"user": "user_prod",
"password": "QWERTY",
"port": "3311"
},
"slave": {
"host": "db_host_prod_slave",
"user": "user_prod",
"password": "YTREWQ",
"port": "3312"
}
}
}