Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using file locations in app-config.yaml
Having file locations makes the local workflow of editing entities, e.g. for testing much easier. When you add new files, you don't run into a circular dependency anymore, previously you couldn't test whether the configuration worked before merging it into master. It also resolves the hard dependency on the GitHub repository - which allows to do "breaking changes" to the files without having to worry that existing instances used for development locally will break. However after this change we should have a grace period in that we should still be careful. However there might be hidden risks that might break others workflows. We have this configuration locally for a long time and it works well.
- Loading branch information