diff options
author | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-09-26 17:41:30 -0400 |
---|---|---|
committer | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-09-27 10:23:11 -0400 |
commit | 433e096bf98a35edaedc8760346a611dd7c0fee3 (patch) | |
tree | 052b684f8c36efc9530773473287ba1ac6f400d2 /src/main/resources | |
parent | 79bc7861480bed0a1b3a1b643f5cbad6b09dfd5c (diff) |
BugFix:X-FromAppId configurable in AAiDataRouter
Issue-ID: LOG-697
Change-Id: I4edced8bd84696b522fcd612430b99a955294203
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 1 |
1 files changed, 0 insertions, 1 deletions
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 |