Change config key inherit to inherits

This commit is contained in:
Vikram Rangnekar
2019-10-31 01:14:51 -04:00
parent b87ba1fcd0
commit 0deb3596c5
6 changed files with 130 additions and 87 deletions

View File

@ -1042,7 +1042,7 @@ We're tried to ensure that the config file is self documenting and easy to work
```yaml
# Inherit config from this other config file
# so I only need to overwrite some values
inherit: base
inherits: base
app_name: "Super Graph Development"
host_port: 0.0.0.0:8080