Allow config files to inherit from other config files

This commit is contained in:
Vikram Rangnekar
2019-10-28 01:48:04 -04:00
parent 34867a2733
commit f8aac8d4d7
7 changed files with 46 additions and 203 deletions

View File

@ -1040,6 +1040,10 @@ Configuration files can either be in YAML or JSON their names are derived from t
We're tried to ensure that the config file is self documenting and easy to work with.
```yaml
# Inherit config from this other config file
# so I only need to overwrite some values
inherit: base
app_name: "Super Graph Development"
host_port: 0.0.0.0:8080
web_ui: true