From 8332a80333bdc32b976e21883608b902ad3b36aa Mon Sep 17 00:00:00 2001 From: jj Date: Thu, 7 Mar 2024 02:46:19 +0100 Subject: [PATCH] Update run-an-instance.md --- docs/run-an-instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run-an-instance.md b/docs/run-an-instance.md index 3cd5b708..a8577002 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -67,6 +67,6 @@ sudo service nscd start |:--------------- |:--------|:------------------------|:--------------------------------------------------------------------------------------| | `WEB_PORT` | `9001` | `9001` | changes port from which frontend server is accessible. | | `WEB_URL` | ➖ | `https://cobalt.tools/` | changes url from which frontend server is accessible.
***REQUIRED TO RUN WEB***. | -| `API_URL` | ➖ | `https://co.wuk.sh/` | changes url from which api server is accessible. | +| `API_URL` | ➖ | `https://co.wuk.sh/` | changes url which is used for api requests by frontend clients. | | `SHOW_SPONSORS` | `0` | `1` | toggles sponsor list in about popup.
`0`: disabled. `1`: enabled. | | `IS_BETA` | `0` | `1` | toggles beta tag next to cobalt logo.
`0`: disabled. `1`: enabled. |