From d2c71aa71f05f05bdc065cc0c8aec44d5c5cbb72 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 18 Apr 2019 08:25:24 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-vault.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-cloud-vault.html b/spring-cloud-vault.html index 4cdbcc15..8f5d7769 100644 --- a/spring-cloud-vault.html +++ b/spring-cloud-vault.html @@ -2081,7 +2081,7 @@ You can configure the property names by setting role: readonly backend: database username-property: spring.datasource.username - password-property: spring.datasource.username + password-property: spring.datasource.password @@ -2148,7 +2148,7 @@ You can configure the property names by setting role: readonly backend: cassandra username-property: spring.data.cassandra.username - password-property: spring.data.cassandra.username + password-property: spring.data.cassandra.password @@ -2283,7 +2283,7 @@ You can configure the property names by setting role: readonly backend: mysql username-property: spring.datasource.username - password-property: spring.datasource.username + password-property: spring.datasource.password @@ -2351,7 +2351,7 @@ You can configure the property names by setting role: readonly backend: postgresql username-property: spring.datasource.username - password-property: spring.datasource.username + password-property: spring.datasource.password