Disable HTTPS by Default 38/133438/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Tue, 28 Feb 2023 09:23:00 +0000 (17:23 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Tue, 28 Feb 2023 09:23:00 +0000 (17:23 +0800)
Issue-ID: HOLMES-612
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I80247b81c2d17ef51307e833d849dfe4c6865580

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}