From 1026b453a919630d593521e237469b1099161df6 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:24:31 +1100 Subject: [PATCH] typo --- docs/setup/server/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/server/index.md b/docs/setup/server/index.md index a21301f..1d1c654 100644 --- a/docs/setup/server/index.md +++ b/docs/setup/server/index.md @@ -68,8 +68,8 @@ You'll want to set the `value` of the rows with the following keys to the correc | key | value | | ------------------------ | -------------------------------------------------------- | | `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` | +| `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!"