1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 11:22:31 +01:00

fix incorrect database keys

This commit is contained in:
Puyodead1 2023-11-28 16:56:04 -05:00 committed by GitHub
parent 34561e6d5a
commit b5643348c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!"