Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. storage:
  2. accounts:
  3. leading:
  4. storageType: sqlite
  5. csv:
  6. dir: ./
  7. sqlite:
  8. filename: accounts.db
  9. h2:
  10. filename: accounts
  11. mysql:
  12. host: jdbc:mysql://localhost:3306/
  13. user: root
  14. password: ''
  15. database: ''
  16. postgresql:
  17. host: jdbc:postgresql://localhost:5432/database
  18. user: postgres
  19. password: ''
  20. unit: logit
  21. cache: disabled
  22. mirror:
  23. storageType: none
  24. csv:
  25. dir: ./
  26. sqlite:
  27. filename: accounts2.db
  28. h2:
  29. filename: accounts2
  30. mysql:
  31. host: jdbc:mysql://localhost:3306/
  32. user: root
  33. password: ''
  34. database: ''
  35. postgresql:
  36. host: jdbc:postgresql://localhost:5432/database
  37. user: postgres
  38. password: ''
  39. unit: logit2
  40. keys:
  41. username: username
  42. uuid: uuid
  43. salt: salt
  44. password: password
  45. hashing_algorithm: hashing_algorithm
  46. ip: ip
  47. login_session: login_session
  48. email: email
  49. last_active_date: last_active_date
  50. reg_date: reg_date
  51. is_locked: is_locked
  52. login_history: login_history
  53. display_name: display_name
  54. persistence: persistence
  55. sessions:
  56. filename: sessions.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement