Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. config:
  2. password:
  3. hash-algorithm: SHA512
  4. bcryptlog2round: 10
  5. mysql:
  6. tables:
  7. id: userID
  8. nick: nick
  9. password: password
  10. premium: premium
  11. firstip: firstIP
  12. lastip: lastIP
  13. firstjoin: firstJoined
  14. lastjoin: lastJoined
  15. checked: checked
  16. registerbyamin: registeredByAdmin
  17. uuid: uuid
  18. host: localhost
  19. port: myport (3309)
  20. base: MyDDBName
  21. user: MyDDBUsername
  22. pass: MyDDBUserPassword
  23. table: users
  24. session:
  25. enabled: true
  26. time: 5m
  27. allowed:
  28. multiaccounts-block:
  29. onjoin: true
  30. multiaccounts: 2
  31. restrictions:
  32. allow-chat: false
  33. allow-commands:
  34. - /login
  35. - /l
  36. - /enregistrement
  37. - /enregistrer
  38. - /enreg
  39. - /reg
  40. - /register
  41. language: fr
  42. enable-premium-auth: false
  43. existing-premium-users-with-password-login-without-password: false
  44. enabled-permissions: true
  45. premium-register: true
  46. clean-memory-time: 30
  47. premium-with-register: []
  48. premium-nickname-without-premium-can-join: []
  49. auth-servers:
  50. HUB:
  51. max-online: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement