Merge pull request #90 from disgustipated/patch-1

Update credentials.mdx - small typo
This commit is contained in:
Owen Schwartz
2026-03-25 09:24:13 -07:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ When the site connects, it uses this secret as a first handshake with the server
Example: `https://app.pangolin.net` or `https://pangolin.my-server.com`
The endpoint is how the site knows which server to connect to. This is the fully qualified hostname of the Pangolin server (the URL you use to access the dashboard). For Pangolin cloud, the endpoint is `https://app.pangolin.net`. The site uses this endpoint ot establish a websocket connection and receive control messages from the server.
The endpoint is how the site knows which server to connect to. This is the fully qualified hostname of the Pangolin server (the URL you use to access the dashboard). For Pangolin cloud, the endpoint is `https://app.pangolin.net`. The site uses this endpoint to establish a websocket connection and receive control messages from the server.
## Rotating and Regenerating Credentials