Glossary · Security and access

Environment variable

Runtime configuration supplied outside application source, commonly used for environment-specific values and secret references.

Definition

An environment variable supplies configuration to a process when it runs. It can distinguish preview from production settings or provide access to a secret managed by the hosting platform. It prevents hard-coding a credential into public source, but it still requires access controls and rotation procedures.

Why it matters

Public website source can remain portable and reviewable while credentials stay in restricted platform configuration.

Common misunderstanding

Moving a secret into an environment variable does not make every user or log safe; the runtime, deployment, debugging, and access paths still need review.

Related system family: Secure Integrations & Custom Tools

Sources

Last reviewed July 16, 2026

Return to the complete glossary