Skip to content

Commit 3208796

Browse files
Dev-docs: Dashboard setup (#16539)
1 parent 190f9d2 commit 3208796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dashboard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ You can always go to your account settings and edit the scope for each variable
5252
# Use "gitpod.io" for the SaaS version of Gitpod, or specify the host of your self-hosted gitpod
5353
GP_DEV_HOST=gitpod.io
5454

55-
# Notice the cookie name (_gitpod_io_) may be different if self-hosted.
55+
# Notice the cookie name (_gitpod_io_v2_) may be different if self-hosted.
5656
# Read below for how to get the actual value to use instead of "AUTHENTICATION_COOKIE_VALUE"
57-
GP_DEV_COOKIE="_gitpod_io_=AUTHENTICATION_COOKIE_VALUE"
57+
GP_DEV_COOKIE="_gitpod_io_v2_=AUTHENTICATION_COOKIE_VALUE"
5858
```
5959

6060
Replace `AUTHENTICATION_COOKIE_VALUE` with the value of your auth cookie taken from your browser's dev tools while visiting your target Gitpod host (e.g. `s%3Axxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.XXXXXXXXXXXXXXX`).
-83.7 KB
Loading

0 commit comments

Comments
 (0)