Advertisement
Guest User

Untitled

a guest
Sep 7th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ---
  2. security:
  3. user:
  4. password: appdefault
  5. ---
  6. spring:
  7. profiles: test
  8. security:
  9. user:
  10. password: apptest
  11. ---
  12. spring:
  13. profiles: production
  14. security:
  15. user:
  16. password: appprod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement