Currently configs are made as one file per target, e.g. bigbox-v1-cm.json, this creates 2 issues:
- Very large config files
- Frequent merge conflicts when two branches change a common config
To fix both of these issues a config should now be a folder with a file per service. The config service and the capability used by the config service for config loading need to be edited for this change
Currently configs are made as one file per target, e.g.
bigbox-v1-cm.json, this creates 2 issues:To fix both of these issues a config should now be a folder with a file per service. The config service and the capability used by the config service for config loading need to be edited for this change