Skip to content

Commit 0f2786f

Browse files
style95rabbah
authored andcommitted
Use lower-case values for boolean configs (#309)
1 parent ae52354 commit 0f2786f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose/docker-whisk-controller.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ CONFIG_whisk_userEvents_enabled=true
4343

4444
CONTROLLER_BLACKBOXFRACTION=0.10
4545
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
46-
CONTROLLER_HA=False
46+
CONTROLLER_HA=false
4747
CONTROLLER_INSTANCES=1
4848
CONTROLLER_LOCALBOOKKEEPING=true
4949

50-
METRICS_KAMON=False
51-
METRICS_LOG=True
50+
METRICS_KAMON=false
51+
METRICS_LOG=true
5252
CONFIG_kamon_statsd_port=8125
5353

5454
LOADBALANCER_ACTIVATIONCOUNTBEFORENEXTINVOKER=10
5555
LOADBALANCER_USERMEMORY=1024m
5656

57-
CONFIG_whisk_docker_containerFactory_useRunc=False
57+
CONFIG_whisk_docker_containerFactory_useRunc=false
5858
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
5959
INVOKER_INSTANCES=1
6060

0 commit comments

Comments
 (0)