Last active
May 2, 2019 01:36
-
-
Save pedrovitorlima/e2c2a0e1c1e56a555a18fce385215403 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring.cloud.vault.token=myroot | |
spring.cloud.vault.scheme=http | |
spring.cloud.vault.uri=http://localhost:8200 | |
spring.datasource.url=jdbc:postgresql://localhost:15432/dbtest | |
#spring.datasource.username=postgres | |
#spring.datasource.password=postgres | |
spring.application.name=spring-vault-sample | |
spring.cloud.vault.database.enabled=true | |
spring.cloud.vault.database.role=myrole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment