I\'d like my API\'s base URL to change from dev to prod. In Angular I user to use a config.json file which was later injected into the
dev
prod
config.json
I have successfully used the Aurelia-Configuration plugin to dynamically switch environments based on the domain that hosts the app
More info https://github.com/Vheissu/Aurelia-Configuration/blob/master/README.md#get-started to do this