Skip to content

Commit

Permalink
fix incorrect database keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Nov 28, 2023
1 parent 34561e6 commit b564334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/setup/server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ You'll want to set the `value` of the rows with the following keys to the correc

| key | value |
| ------------------------ | -------------------------------------------------------- |
| `api_publicEndpoint` | Your API endpoint. Likely `"https://DOMAIN_NAME/api/v9"` |
| `cdn_publicEndpoint` | Your CDN endpoint. Likely `"https://DOMAIN_NAME` |
| `gateway_publicEndpoint` | Your Gateway endpoint. Likely `"wss://DOMAIN_NAME` |
| `api_endpointPublic` | Your API endpoint. Likely `"https://DOMAIN_NAME/api/v9"` |
| `cdn_endpointPublic` | Your CDN endpoint. Likely `"https://DOMAIN_NAME` |
| `gateway_endpointPublic` | Your Gateway endpoint. Likely `"wss://DOMAIN_NAME` |

!!! warning "You must wrap these `value`s in doublequotes as they are parsed as JSON!"

Expand Down

0 comments on commit b564334

Please sign in to comment.