|
@@ -40,6 +40,7 @@ Location: `backend/config/default.json`
|
|
|
| `cookie.domain` | The ip or address you use to access the site, without protocols (http/https), so for example `localhost`. |
|
|
|
| `cookie.secure` | Should be `true` for SSL connections, and `false` for normal http connections. |
|
|
|
| `cookie.SIDname` | Name of the cookie stored for sessions. |
|
|
|
+| `blacklistedStationNames` | Array of blacklisted station names. |
|
|
|
| `skipConfigVersionCheck` | Skips checking if the config version is outdated or not. Should almost always be set to false. |
|
|
|
| `skipDbDocumentsVersionCheck` | Skips checking if there are any DB documents outdated or not. Should almost always be set to false. |
|
|
|
| `debug.stationIssue` | If set to `true` it will enable the `/debug_station` API endpoint on the backend, which provides information useful to debugging stations not skipping, as well as capure all jobs specified in `debug.captureJobs`.
|