You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/docs/environment-variables.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
You can pass environment variables into your workspace.
4
4
5
+
## Default Environment Variables
6
+
The following environment variables are set automatically by Gitpod and are guaranteed to exist:
7
+
8
+
-`GITPOD_WORKSPACE_ID`: The Universally Unique Identifier (UUID) associated with the workspace.
9
+
-`GITPOD_WORKSPACE_URL`: The unique URL of the workspace.
10
+
11
+
### Reserved Prefix
12
+
Environment variables beginning with the prefix `GITPOD_` are reserved for internal use by Gitpod and are overridden on every workspace startup. This means that a _user-defined_ variable set with the name `GITPOD_FOOBAR` will be ignored and not accessible in the workspace.
They are stored as part of your user settings and can be used to set access tokens, or pass any other kind of user-specific information to your workspaces.
0 commit comments