conflakes
Version:
Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.
21 lines (20 loc) • 371 B
YAML
imports:
- resource: "./config.yml"
ignore_errors: false
- resource: "../routing/default.yml"
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