We are using Angular with Bower with a Python API for our stack. We have multiple environments that the code runs in - dev, staging, prod, etc. As of right now, we have to manually change connection strings for the front-end after we push fresh code to it to accommodate the environment it's in - but obviously that's not the right way to do things. To elaborate, say, we have following hosts for the front end: We are using Angular with Bower with a Python A