From fe756f5c9b581317c01bb3c53691ec3fcd542fe8 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 17 Jun 2021 21:10:24 +0800 Subject: [PATCH] doc: include NC_BACKEND_URL to README.md - ref to #264 Signed-off-by: Wing-Kam Wong --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d6a5b44cf..4fb9a0c52b 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ docker-compose up | NC_SENTRY_DSN | No | For Sentry monitoring | | | NC_CONNECT_TO_EXTERNAL_DB_DISABLED | No | Disable Project creation with external database | | | NC_DISABLE_TELE | No | Disable telemetry | | +| NC_BACKEND_URL | No | Custom Backend URL | ``http://localhost:8080`` will be used | # Running locally ```