Why are environment variables used?
Environment variables separate configuration from code and help vary behavior across environments.
- Good for secrets references and URLs
- Avoid hardcoding
- Still manage secrets securely
Why are environment variables used?