diff options
Diffstat (limited to 'sparkybe-onap-application/config/spring-beans/sparky-resources.xml')
-rw-r--r-- | sparkybe-onap-application/config/spring-beans/sparky-resources.xml | 6 |
1 files changed, 3 insertions, 3 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" /> |