Advertisement
Guest User

Untitled

a guest
Sep 8th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. config:
  2. password:
  3. hash-algorithm: SHA512
  4. bcryptlog2round: 10
  5. mysql:
  6. tables:
  7. id: userid
  8. uuid: uuid
  9. nick: name
  10. password: password
  11. premium: premium
  12. firstip: firstip
  13. lastip: lastip
  14. firstjoin: firstjoined
  15. lastjoin: lastjoined
  16. checked: checked
  17. registerbyamin: registeredbyadmin
  18. host: 212.224.126.15
  19. port: 3306
  20. base: stats
  21. user: stats
  22. pass: 1mpnetworkmp1
  23. table: authenticator
  24. session:
  25. enabled: true
  26. time: 30m
  27. allowed:
  28. multiaccounts-block:
  29. onjoin: true
  30. multiaccounts: 1
  31. restrictions:
  32. allow-chat: false
  33. allow-commands:
  34. - /login
  35. - /register
  36. - /reg
  37. - /l
  38. language: de
  39. enable-premium-auth: true
  40. existing-premium-users-with-password-login-without-password: true
  41. enabled-permissions: false
  42. premium-register: false
  43. clean-memory-time: 30
  44. premium-with-register: []
  45. premium-nickname-without-premium-can-join: []
  46. auth-servers:
  47. AUTHLOBBY-1:
  48. max-online: 100
  49. AUTHLOBBY-2:
  50. max-online: 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement