From fd579bc51a4ee603a67c4a74899363bef859f518 Mon Sep 17 00:00:00 2001 From: Soumit Das <50671572+soumitdas@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:00:33 +0530 Subject: [PATCH] env table wan't displayed properly (#3332) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30e1838059..b14506274c 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ you to have it being synced automatically everyday. ## Environment Variables | Environment Variable name | Default | Description | Api Server/Worker/All | -| --------------------------------------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | --- | +| --------------------------------------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | | DATABASE_URL | | The Postgres database url. | All | | WORKER_GROUP | default | The worker group the worker belongs to and get its configuration pulled from | Worker | | MODE | standalone | The mode if the binary. Possible values: standalone, worker, server | All |