Read-only Variables
Read-only variables are environment variables that are automatically set by the infrastructure deploying and running your environments. They are available for every deployment, and you cannot modify or delete them.
These variables provide useful information about the environment and can be used in deployment scripts and other operations.
Available read-only variables
Name | Description | Example |
---|---|---|
HUBBLE_STUDIO_PROJECT_UUID | The UUID of the project that the environment belongs to | 472e85bf-69c9-4e5f-bec6-bd7c3d818770 |
HUBBLE_STUDIO_ENVIRONMENT_UUID | The UUID of the environment | 2fe7dda8-e996-44bb-9d0e-580fa2027d1c |
HUBBLE_STUDIO_ENVIRONMENT_DIRECT_URL | A permalink for the environment | https://2fe7dda8-e996-44bb-9d0e-580fa2027d1c.env.hubblestudio.com |