
Using env vars enables you to separate your source code from your application configuration (or config, for short). This is good practice because config varies substantially across your app deploys, but your code generally does not. Some benefits you reap by employing env vars are: You can dynamically assign env vars, depending on the different […]