From 83b2ac04f3464d6bad3a6563227ce9804ed06f2e Mon Sep 17 00:00:00 2001 From: Vishwas Babu A J Date: Sun, 10 Feb 2019 16:55:30 -0800 Subject: [PATCH] Update readme with details of lite mode --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 16b8e5f..280e776 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Run in persistent mode and to NOT use embedded datastores ##### demoserver.provision (true/false) Run the provision steps against the services to bootstrap tenants +##### demoserver.lite (true/false) +Enabling lite mode (defaults to false) restricts the working set of micro-services to Provisioner, Identity, Rhythm, Organization and Customer + ##### custom.cassandra.contactPoints Custom cassandra contact points (multiple values allowed separated by comma e.g. 127.0.0.1:9042,127.0.0.2:9042)