aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-be/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-be/src/main/resources/application.properties')
-rw-r--r--sdc-workflow-designer-be/src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-workflow-designer-be/src/main/resources/application.properties b/sdc-workflow-designer-be/src/main/resources/application.properties
index 7dcc2c4b..d64d7a9f 100644
--- a/sdc-workflow-designer-be/src/main/resources/application.properties
+++ b/sdc-workflow-designer-be/src/main/resources/application.properties
@@ -17,7 +17,7 @@ server.servlet.context-path=/
http.port=${HTTP_PORT:8080}
server.port=${SERVER_PORT:8443}
-server.ssl.enabled=${SERVER_SSL_ENABLED:true}
+server.ssl.enabled=${SERVER_SSL_ENABLED:false}
server.ssl.key-password=${SERVER_SSL_KEY_PASSWORD:}
server.ssl.key-store-password=${SERVER_SSL_KEY_PASSWORD:}
server.ssl.key-store=${SERVER_SSL_KEYSTORE_PATH:}