summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sparkybe-onap-application/config/spring-beans/sparky-resources.xml6
-rw-r--r--sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-resources.xml b/sparkybe-onap-application/config/spring-beans/sparky-resources.xml
index bcb8a72..6f29868 100644
--- a/sparkybe-onap-application/config/spring-beans/sparky-resources.xml
+++ b/sparkybe-onap-application/config/spring-beans/sparky-resources.xml
@@ -13,9 +13,9 @@
<property name="readTimeoutInMs" value="30000" />
<property name="basicAuthUserName" value="${resources.basicAuthUserName:}" />
<property name="basicAuthPassword" value="OBF:${resources.basicAuthPassword:}" />
- <property name="certFileName" value="/auth/${resources.client-cert}" />
- <property name="certPassword" value="OBF:${resources.client-cert-password}" />
- <property name="truststoreFileName" value="/auth/${resources.trust-store}" />
+ <property name="certFileName" value="/auth/${resources.client-cert:}" />
+ <property name="certPassword" value="OBF:${resources.client-cert-password:}" />
+ <property name="truststoreFileName" value="/auth/${resources.trust-store:}" />
<property name="validateServerCertChain" value="false" />
<property name="validateServerHostname" value="false" />
<property name="resourceLoader" ref="sparkyResourceLoader" />
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml b/sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml
index 25a696a..2057b9c 100644
--- a/sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml
+++ b/sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml
@@ -1,4 +1,4 @@
-<beans profile="subscription" xmlns="http://www.springframework.org/schema/beans"
+<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans