conflakes
Version:
Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.
15 lines • 430 B
YAML
imports:
- { resource: "../routing/default.yml", "ignore_errors": false}
- { resource: "../services/utils.ini", "ignore_errors": false, as: utils}
- { resource: "../modules/security.ini", "ignore_errors": false}
dbs:
master:
name: "hbq_db"
user: "master"
slave:
name: "hbq_db"
user: "slave"
slave2:
name: "hbq_db"
utils:
default_items_order: "asc"