From f6595abbed13f0337cfb0b1743d51f8a7931586e Mon Sep 17 00:00:00 2001 From: Andrew Shvayka Date: Tue, 20 Dec 2016 12:52:48 +0200 Subject: [PATCH] Build Fix --- application/src/main/resources/thingsboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/main/resources/thingsboard.yml b/application/src/main/resources/thingsboard.yml index 0695413f6b..aa7fcc10c9 100644 --- a/application/src/main/resources/thingsboard.yml +++ b/application/src/main/resources/thingsboard.yml @@ -29,7 +29,7 @@ server: # Zookeeper connection parameters. Used for service discovery. zk: # Enable/disable zookeeper discovery service. - enabled: "${ZOOKEEPER_ENABLED:true}" + enabled: "${ZOOKEEPER_ENABLED:false}" # Zookeeper connect string url: "${ZOOKEEPER_URL:localhost:2181}" # Zookeeper retry interval in milliseconds