diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2023-02-28 19:29:19 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2023-02-28 19:29:19 +0800 |
commit | 44ffff6bd847140ca729a36adb7b62da27d2ca5f (patch) | |
tree | f43f578e30d2a2e1826fd98181080498ea184689 | |
parent | ffb893784b2661d3f332d009c4b8265761447760 (diff) |
Disable HTTPS by Default
Issue-ID: HOLMES-612
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I7716484deee9480a95eb9dd8b4d9ae7a1af96a56
-rw-r--r-- | engine-d-standalone/src/main/assembly/bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-d-standalone/src/main/assembly/bin/run.sh b/engine-d-standalone/src/main/assembly/bin/run.sh index f4c76cb..1a5ab6d 100644 --- a/engine-d-standalone/src/main/assembly/bin/run.sh +++ b/engine-d-standalone/src/main/assembly/bin/run.sh @@ -72,7 +72,7 @@ else fi if [ -z ${ENABLE_ENCRYPT} ]; then - export ENABLE_ENCRYPT=true + export ENABLE_ENCRYPT=false fi echo ENABLE_ENCRYPT=$ENABLE_ENCRYPT |