From fd70fd399d5c65e3c2ce4213c744033b4137401d Mon Sep 17 00:00:00 2001 From: Narine C Date: Fri, 24 Feb 2017 14:37:39 -0600 Subject: [PATCH] Update README resolves #58 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2576219..9f3e81f 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ The ACL for a key is set when the key is created by the first write performed to ### Dataviewer -When running a local CSync instance, the dataviewer can be accessed on `localhost:6005`. Currently the dataviewer supports Google Authentication and Guest Login. For details on how to use the dataviewer, checkout the [README](https://github.com/csync/csync-server/blob/master/vertx/public/dataviewer/README.md). +When running a local CSync instance, the dataviewer can be accessed on `localhost:6005`. Currently the dataviewer supports Google Authentication and Guest Login. For details on how to use the dataviewer, checkout the [README](https://github.com/csync/csync-server/blob/master/vertx/public/dataviewer/README.md). +You also have the option to disable the dataviewer by setting the `DISABLE_DATAVIEWER` environment variable to `true`. This variable is `false` by default. NOTE: Chrome is the only supported browser at this time. Contributions to supporting other browsers are welcome.