Guest User

Untitled

a guest
Feb 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. spring.cloud.vault.enabled=false
  2.  
  3. xyz.db.user=${xyz.db.user.fromVault:test}
  4. xyz.db.password=${xyz.db.password.fromVault:test}
Add Comment
Please, Sign In to add comment