From 433e096bf98a35edaedc8760346a611dd7c0fee3 Mon Sep 17 00:00:00 2001 From: Phillip Leigh Date: Wed, 26 Sep 2018 17:41:30 -0400 Subject: BugFix:X-FromAppId configurable in AAiDataRouter Issue-ID: LOG-697 Change-Id: I4edced8bd84696b522fcd612430b99a955294203 Signed-off-by: Phillip Leigh --- src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 13ba49c..5724b46 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,5 @@ camel.springboot.xmlRoutes=file:${DYNAMIC_ROUTES}/*.route server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore - server.ssl.enabled=true server.port=9502 server.ssl.client-auth=need -- cgit 1.2.3-korg