docs/api: add missing 'API_URL' to web

This commit is contained in:
hyperdefined 2024-03-06 20:38:39 -05:00
parent d047e715a4
commit 4556eba2a0
No known key found for this signature in database
GPG Key ID: EB0B55B31E88AB03

View File

@ -67,5 +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. <br> ***REQUIRED TO RUN WEB***. |
| `API_URL` | | `https://co.wuk.sh/` | changes url from which api server is accessible. |
| `SHOW_SPONSORS` | `0` | `1` | toggles sponsor list in about popup. <br> `0`: disabled. `1`: enabled. |
| `IS_BETA` | `0` | `1` | toggles beta tag next to cobalt logo. <br> `0`: disabled. `1`: enabled. |