diff --git a/docs/run-an-instance.md b/docs/run-an-instance.md
index 2f3d8f56..5a181cc8 100644
--- a/docs/run-an-instance.md
+++ b/docs/run-an-instance.md
@@ -50,22 +50,22 @@ sudo service nscd start
## list of all environment variables
### variables for api
-| variable name | default | example | description |
-|:----------------------|:----------|:------------------------|:-----------------------------------------------------------------------------|
-| `API_PORT` | `9000` | `9000` | changes port from which api server is accessible. |
-| `API_URL` | ➖ | `https://co.wuk.sh/` | changes url from which api server is accessible.
***REQUIRED TO RUN API***. |
-| `API_NAME` | `unknown` | `ams-1` | api server name that is shown in `/api/serverInfo`. |
-| `CORS_WILDCARD` | `1` | `0` | toggles cross-origin resource sharing.
`0`: disabled. `1`: enabled. |
-| `CORS_URL` | not used | `https://cobalt.tools/` | cross-origin resource sharing url. api will be available only from this url. |
-| `COOKIE_PATH` | not used | `/cookies.json` | path for cookie file relative to main folder. |
+| variable name | default | example | description |
+|:----------------------|:----------|:------------------------|:------------|
+| `API_PORT` | `9000` | `9000` | changes port from which api server is accessible. |
+| `API_URL` | ➖ | `https://co.wuk.sh/` | changes url from which api server is accessible.
***REQUIRED TO RUN API***. |
+| `API_NAME` | `unknown` | `ams-1` | api server name that is shown in `/api/serverInfo`. |
+| `CORS_WILDCARD` | `1` | `0` | toggles cross-origin resource sharing.
`0`: disabled. `1`: enabled. |
+| `CORS_URL` | not used | `https://cobalt.tools/` | cross-origin resource sharing url. api will be available only from this url if `CORS_WILDCARD` is set to `0`. |
+| `COOKIE_PATH` | not used | `/cookies.json` | path for cookie file relative to main folder. |
| `PROCESSING_PRIORITY` | not used | `10` | changes `nice` value* for ffmpeg subprocess. available only on unix systems. |
\* the higher the nice value, the lower the priority. [read more here](https://en.wikipedia.org/wiki/Nice_(Unix)).
### variables for web
-| variable name | default | example | description |
-|:--------------- |:--------|:------------------------|:---------------------------------------------------------------------------------|
-| `WEB_PORT` | `9001` | `9001` | changes port from which frontend server is accessible. |
+| 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.
***REQUIRED TO RUN WEB***. |
| `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. |