diff options
author | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2018-04-04 10:21:55 -0400 |
---|---|---|
committer | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2018-04-04 10:35:44 -0400 |
commit | b9fbe7fa64e864f9101938917f76ca2c853c0840 (patch) | |
tree | 77214694805efc00a764b757b6a5c8317053b49d /src/main/resources/application.properties | |
parent | 38b21b628e78fe8956e5dfa97ed77c27326988db (diff) |
Refactoring to use camel servlet with spring boot
Change-Id: I7c439e9108d84e5e72a42d9dba3bbf7681517527
Issue-ID: AAI-802
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6233e5c..a046f4e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ -camel.springboot.xmlRoutes = file:${DYNAMIC_ROUTES}/*.route +camel.springboot.xmlRoutes=file:${DYNAMIC_ROUTES}/*.route server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore server.ssl.enabled=true @@ -6,9 +6,8 @@ server.port=9502 server.ssl.client-auth=want server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 -#server.ssl.key-store=client-cert-onap.p12 -#server.ssl.key-store-password=onapSecret -#server.ssl.trust-store=C:\\ONAP\\spring\\data-router\\dynamic\\tomcat_keystore + +#server.ssl.trust-store=C:\\ONAP\\spring\\data-router\\dynamic\\auth\\tomcat_keystore #server.ssl.trust-store-password=onapSecret #server.ssl.client-auth=want server.ssl.key-store-type=JKS
\ No newline at end of file |