From 62a437aaa04f04a34f96dfbd8561432c881dae60 Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Tue, 28 Feb 2023 17:23:00 +0800 Subject: Disable HTTPS by Default Issue-ID: HOLMES-612 Signed-off-by: Guangrong Fu Change-Id: I80247b81c2d17ef51307e833d849dfe4c6865580 --- rulemgt-standalone/src/main/assembly/bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulemgt-standalone/src/main/assembly/bin/run.sh b/rulemgt-standalone/src/main/assembly/bin/run.sh index 873951f..03e00a6 100644 --- a/rulemgt-standalone/src/main/assembly/bin/run.sh +++ b/rulemgt-standalone/src/main/assembly/bin/run.sh @@ -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} -- cgit 1.2.3-korg