From 6b333b91f2cfa3f11875fda802bcd82c4debe370 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 2 Feb 2023 07:01:18 +0100 Subject: [PATCH] improve README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f4d3e6c3..cdbebee661 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,8 @@ upcoming CLI tool. | ------------------------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | | DATABASE_URL | | The Postgres database url. | All | | DISABLE_NSJAIL | true | Disable Nsjail Sandboxing | | -| NUM_WORKERS | 3 | The number of worker per Worker instance (set to 1 on Eks to have 1 pod = 1 worker) | Worker | +| NUM_WORKERS | 3 | The number of worker per Worker instance (set to 1 on Eks to have 1 pod = 1 worker, set to 0 for an API only instance) | Worker | +| DISABLE_SERVER | false | Binary would operate as a worker only instance | Worker | | METRICS_ADDR | None | The socket addr at which to expose Prometheus metrics at the /metrics path. Set to "true" to expose it on port 8001 | All | | JSON_FMT | false | Output the logs in json format instead of logfmt | All | | BASE_URL | http://localhost:8000 | The base url that is exposed publicly to access your instance | Server |