Skip to content

Commit be898f7

Browse files
authored
Merge pull request #87 from acemint/feature/configurable-props
feat: change the backend vault to configurable
2 parents 03c16eb + c8f3202 commit be898f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-production.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spring.cloud.vault:
2020
# Enable vault's key-value
2121
kv:
2222
enable: true
23-
backend: secret
23+
backend: ${SPRING_CLOUD_VAULT_KV_BACKEND}
2424

2525
xadmin.security:
2626
cors:

0 commit comments

Comments
 (0)