summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2023-02-28 17:23:00 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2023-02-28 17:23:00 +0800
commit62a437aaa04f04a34f96dfbd8561432c881dae60 (patch)
tree82675941c48a95075cc6cdd0da71d2b450dc0a25
parentaed35589363c9e19c21afee1bfc9ae9f38cc9cdc (diff)
Disable HTTPS by Default
Issue-ID: HOLMES-612 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I80247b81c2d17ef51307e833d849dfe4c6865580
-rw-r--r--rulemgt-standalone/src/main/assembly/bin/run.sh2
1 files changed, 1 insertions, 1 deletions
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}