Last active
April 30, 2019 22:48
-
-
Save pedrovitorlima/4769f66172a8cd2f65747205facba4d3 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment