Skip to content

Commit

Permalink
Update web development readme (#5247)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
khanhtc1202 authored Oct 1, 2024
1 parent 44cfc93 commit 8c03a83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added docs/static/images/play-environment-get-me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ Take Chrome for example;
2. Open the developer tools and go to the network panel.
3. Find the `GetMe` request and select it.
4. Copy the whole value of the `Cookie` in "Request Headers" and paste it to `API_COOKIE={COOKIE}` in the `.env` file.

![](https://github.com/pipe-cd/pipecd/blob/master/docs/static/images/play-environment-get-me.png)

TIP: If you don't want to step up (or don't have) a PipeCD controlplane API server, you can login to [https://play.pipecd.dev](https://play.pipecd.dev/login?project=play) and use its API with your authenticated account.

0 comments on commit 8c03a83

Please sign in to comment.