Environment Variables
Learn how to manage environment variables for your App Service in lowcloud.
Last updated: April 3, 2026
Environment variables are available to your App Service at both build time and runtime. Use them to pass configuration such as database URLs, API keys, or feature flags to your app.
Managing Variables
In the Dashboard, you'll find environment variables under Environment → Environment Variables. Each variable consists of a key-value pair.
- + Add Variable — Add a new variable
- Upload .env — Import multiple variables at once from a
.envfile
Click Save to apply the changes.

External Secrets
For sensitive configuration, you can also source environment variables from an external secret manager. Currently, Infisical is supported as a provider.