Disable HTTPS by Default
[holmes/rule-management.git] / rulemgt-standalone / src / main / assembly / bin / run.sh
index 873951f..03e00a6 100644 (file)
@@ -73,7 +73,7 @@ else
 fi
 
 if [ -z ${ENABLE_ENCRYPT} ]; then
-    export ENABLE_ENCRYPT=true
+    export ENABLE_ENCRYPT=false
 fi
 echo ENABLE_ENCRYPT=${ENABLE_ENCRYPT}