This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new 0f2786f Use lower-case values for boolean configs (#309)
0f2786f is described below
commit 0f2786f22ba826e8457b91d59a94606fdac90263
Author: Dominic Kim <[email protected]>
AuthorDate: Fri Dec 13 21:06:45 2019 +0900
Use lower-case values for boolean configs (#309)
---
docker-compose/docker-whisk-controller.env | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docker-compose/docker-whisk-controller.env
b/docker-compose/docker-whisk-controller.env
index bc7b01e..fa08b8f 100644
--- a/docker-compose/docker-whisk-controller.env
+++ b/docker-compose/docker-whisk-controller.env
@@ -43,18 +43,18 @@ CONFIG_whisk_userEvents_enabled=true
CONTROLLER_BLACKBOXFRACTION=0.10
CONTROLLER_OPTS=-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=1098 -Xdebug
-Xrunjdwp:transport=dt_socket,address=9222,server=y,suspend=n
-CONTROLLER_HA=False
+CONTROLLER_HA=false
CONTROLLER_INSTANCES=1
CONTROLLER_LOCALBOOKKEEPING=true
-METRICS_KAMON=False
-METRICS_LOG=True
+METRICS_KAMON=false
+METRICS_LOG=true
CONFIG_kamon_statsd_port=8125
LOADBALANCER_ACTIVATIONCOUNTBEFORENEXTINVOKER=10
LOADBALANCER_USERMEMORY=1024m
-CONFIG_whisk_docker_containerFactory_useRunc=False
+CONFIG_whisk_docker_containerFactory_useRunc=false
INVOKER_OPTS=-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=1098 -Xdebug
-Xrunjdwp:transport=dt_socket,address=9222,server=y,suspend=n
INVOKER_INSTANCES=1