Skip to main content

envs

Environment Variables

This page describes how to configure environment variables for cloud hosting services.

Set environment variables

You can set environment variables for new services and existing services. Environment variables are bound to specific service versions and are not visible to other services in cloud hosting.

after creating a new service.

Set default environment variables in the container

You can set default values for environment variables using the ENV statement in the Dockerfile:

ENV KEY1=VALUE1,KEY2=VALUE2

Order of Priority

If you set default environment variables in the container and environment variables with the same name on the cloud hosting service, the value set in the service takes precedence.