environment variable

also known as: env var

environment variable — A setting the computer remembers outside your code — often used for secrets like API keys.

Environment variables let you keep passwords out of your code but still available to it.

"Set it as an environment variable." "Check your env vars."

Related
env filevariableAPI keyconfig