1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00
This commit is contained in:
Madeline 2023-12-22 13:24:31 +11:00 committed by GitHub
parent 12a6e8b9e9
commit 1026b453a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,8 @@ You'll want to set the `value` of the rows with the following keys to the correc
| key | value | | key | value |
| ------------------------ | -------------------------------------------------------- | | ------------------------ | -------------------------------------------------------- |
| `api_endpointPublic` | Your API endpoint. Likely `"https://DOMAIN_NAME/api/v9"` | | `api_endpointPublic` | Your API endpoint. Likely `"https://DOMAIN_NAME/api/v9"` |
| `cdn_endpointPublic` | Your CDN endpoint. Likely `"https://DOMAIN_NAME` | | `cdn_endpointPublic` | Your CDN endpoint. Likely `"https://DOMAIN_NAME"` |
| `gateway_endpointPublic` | Your Gateway endpoint. Likely `"wss://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!" !!! warning "You must wrap these `value`s in doublequotes as they are parsed as JSON!"