docs/api: add missing info about API_URL to web (#385)

* docs/api: add missing 'API_URL' to web

* fix spacing

* Update run-an-instance.md

* run-an-instance.md: add info about default API_URL for web

---------

Co-authored-by: jj <log@riseup.net>
Co-authored-by: wukko <me@wukko.me>
This commit is contained in:
hyperdefined 2024-03-07 09:05:46 -05:00 committed by GitHub
parent 190c78b09a
commit 6d79e1f77b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,8 +64,9 @@ sudo service nscd start
### variables for web
| variable name | default | example | description |
|:--------------- |:--------|:------------------------|:--------------------------------------------------------------------------------------|
|:--------------- |:---------------------|:------------------------|:--------------------------------------------------------------------------------------|
| `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/` | `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. <br> `0`: disabled. `1`: enabled. |
| `IS_BETA` | `0` | `1` | toggles beta tag next to cobalt logo. <br> `0`: disabled. `1`: enabled. |