From 0f4316a5ae1a6680e0fc103d66e08ab2aaccc17c Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Fri, 9 Aug 2019 16:49:01 +0200 Subject: [PATCH] :memo: Add server CORS env var in doc Signed-off-by: mathieu.brunot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0756e6e20..610d6ae80 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Available at runtime: - `-e LC_ALL=...` (defaults to `C.UTF-8`) - `-e UXBOX_HTTP_SERVER_PORT=...` (defaults to `6060`) - `-e UXBOX_HTTP_SERVER_DEBUG=...` (defaults to `true`) +- `-e UXBOX_HTTP_SERVER_CORS=...` (defaults to `http://localhost:3449`) - `-e UXBOX_DATABASE_USERNAME="..."` (defaults to `nil`) - `-e UXBOX_DATABASE_PASSWORD="..."` (defaults to `nil`) - `-e UXBOX_DATABASE_URI="..."` (defaults to ` `, will be computed based on other DATABASE parameters if empty)