We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03c16eb + c8f3202 commit be898f7Copy full SHA for be898f7
src/main/resources/application-production.yaml
@@ -20,7 +20,7 @@ spring.cloud.vault:
20
# Enable vault's key-value
21
kv:
22
enable: true
23
- backend: secret
+ backend: ${SPRING_CLOUD_VAULT_KV_BACKEND}
24
25
xadmin.security:
26
cors:
0 commit comments