Skip to content

Commit 056c976

Browse files
author
Thomas Luijken
committed
Updated readme
1 parent ed51d0e commit 056c976

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,13 @@ Each top-level key (e.g., `demo`, `organisationX`) represents a distinct probe g
117117

118118
The following environment variables can be used to configure Oxybox’s runtime behavior:
119119

120-
| Name | Example Value | Default Value |
121-
| ---------------- | ---------------------------------------------- | ----------------------- |
122-
| `CONFIG_FILE` | `example-config.yml` | `config.yml` |
123-
| `DNS_HOSTS` | `8.8.8.8, 1.1.1.1` | `1.1.1.1, 8.8.8.8` |
124-
| `MIMIR_ENDPOINT` | `http://mimir.grafana.svc.cluster.local:9090/` | `http://localhost:9009` |
125-
| `RUST_LOG` | `debug` | `error` |
120+
| Name | Example Value | Default Value |
121+
| ----------------------- | ---------------------------------------------- | ----------------------- |
122+
| `CONFIG_FILE` | `example-config.yml` | `config.yml` |
123+
| `DNS_HOSTS` | `8.8.8.8, 1.1.1.1` | `1.1.1.1, 8.8.8.8` |
124+
| `MIMIR_ENDPOINT` | `http://mimir.grafana.svc.cluster.local:9090/` | `http://localhost:9009` |
125+
| `RUST_LOG` | `debug` | `error` |
126+
| `MAX_CONCURRENT_PROBES` | `24` | `32` |
126127

127128

128129
These can be defined in a `.env` file or passed directly through your environment.

0 commit comments

Comments
 (0)