diff --git a/workspaces/variables.md b/workspaces/variables.md index df48d1aee..c4d02feb1 100644 --- a/workspaces/variables.md +++ b/workspaces/variables.md @@ -15,7 +15,7 @@ env | grep CODER_ ``` ## Available environment variables - +
Environment variable | @@ -33,6 +33,19 @@ env | grep CODER_CODER_USERNAME |
Your user name | |
---|---|---|---|
CODER_URL |
+ The base URL of your Coder deployment | +||
CODER_WP_NAME |
+ The name of the workspace provider hosting the workspace | +||
CODER_ASSETS_ROOT |
+ The directory where coder adds Coder-specific assets during
+ workspace creation, such as the coder-cli binary |
+ ||
CODER_CPU_LIMIT |
The CPU core limit given to your workspace | @@ -49,18 +62,14 @@ env | grep CODER_CODER_IMAGE_DIGEST |
The content-addressable identifier for your image |
CODER_IMAGE_URI |
- The URI for the image used to build the workspace | -||
CODER_WP_NAME |
- The name of the workspace provider hosting the environment | -||
CODER_RUNTIME |
The container runtime used to start the workspace (either - `kubernetes/default` or `kubernetes/sysbox` if the workspace - is a CVM | +||
CODER_IMAGE_URI |
+ The URI of the image used to build the workspace |