Update run-an-instance.md

This commit is contained in:
jj 2024-03-07 02:46:19 +01:00 committed by GitHub
parent ecc2539e45
commit 8332a80333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. <br> ***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. <br> `0`: disabled. `1`: enabled. |
| `IS_BETA` | `0` | `1` | toggles beta tag next to cobalt logo. <br> `0`: disabled. `1`: enabled. |