Advertisement
Guest User

Untitled

a guest
Jun 17th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. leading:
  2. storageType: sqlite
  3. csv:
  4. dir: ./
  5. sqlite:
  6. filename: accounts.db
  7. h2:
  8. filename: accounts
  9. mysql:
  10. host: jdbc:mysql://localhost:3306/
  11. user: root
  12. password: ''
  13. database: ''
  14. postgresql:
  15. host: jdbc:postgresql://localhost:5432/database
  16. user: postgres
  17. password: ''
  18. unit: logit
  19. cache: disabled
  20. mirror:
  21. storageType: none
  22. csv:
  23. dir: ./
  24. sqlite:
  25. filename: accounts2.db
  26. h2:
  27. filename: accounts2
  28. mysql:
  29. host: jdbc:mysql://localhost:3306/
  30. user: root
  31. password: ''
  32. database: ''
  33. postgresql:
  34. host: jdbc:postgresql://localhost:5432/database
  35. user: postgres
  36. password: ''
  37. unit: logit2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement