Environment Variables
Manage runtime configuration via environment variables on a web service.
Last updated: June 19, 2026
Environment Variables
Open the service's Environment tab to manage variables. Each variable is a key-value pair.
- + Add Variable: add a new variable.
- Upload .env: import multiple variables from a
.envfile.
New values take effect after the next redeploy.
Secret Variables
For sensitive values like API keys or passwords, the same Environment tab also has Secret variables. They work like regular variables, but their values are hidden in the UI by default and only shown when you click to reveal them.
- Add Secret: add a new secret.
As with environment variables, new values take effect after the next redeploy.