Configuration Management
Changing or Combining …
If you’ve ever needed to easily switch between different .env files during local development this might be helpful. Recently I needed to find a way to switch between different environment files, .env, to change the location/values I was using for local commands. More specifically I needed to …
Configuration and Secrets …
As a developer, dealing with application configuration and secret information is usually a love/hate relationship. We love for our applications to be flexible and dynamic, able to move from our local machines to production with ease. We hate having to keep the application configurations up to date, …