Glossary coding Term Page
Environment variables
OS-level values for passwords
Core Idea
Environment variables is OS-level values for passwords, DB URLs, or feature flags that you inject without touching the source code. It usually makes the most sense alongside CI pipeline, pydantic-settings, Process manager.
Why It Matters Here
Mathbong reuses this term across fastapi posts as shared vocabulary.