Environment Variables
Env vars are stored encrypted (AES-256-GCM envelope encryption) and decrypted only when injected into a container at deploy time, or when explicitly revealed.
Adding a Variable
- Project → Env Vars tab
- Select the environment from the dropdown
- Type the key (auto-uppercased, format:
[A-Z_][A-Z0-9_]*) - Type the value (masked input)
- Click Add
Revealing a Value
Click the eye icon on a variable row. The value is shown for 30 seconds, then hidden automatically.
Updating a Value
Click the pencil icon → enter new value → save. A new encrypted version is stored; the old one is discarded.
Toggling Active State
Each variable can be toggled active/inactive. Inactive variables are not injected at deploy time.
Deleting a Variable
Click the trash icon → confirm. The variable is permanently removed.
TIP
Variables are injected into the container as standard ENV at the start of each deployment. They are never written to disk in plaintext.