Skip to content

Create a config file hierarchy

Jayesh requested to merge config-changes into master

Config could get very complex with more entries. Simplify that by adding a hierarchy. All the base entries will be in base.yml with a defined path in the code base. Specific config is read form an environment variable.

Merge request reports