Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Login:
  2. - Auth
  3. Lobby:
  4. - Survival
  5. Auth:
  6. host: localhost
  7. port: 3306
  8. username: root
  9. password: QNZiu3
  10. database: andrcraft
  11. IpProtect:
  12. - Nick;Ip
  13. Table:
  14. tablename: Auth
  15. username: name
  16. password: password
  17. ip: ip
  18. session: session
  19. email: email
  20. server: server
  21. AntiBot:
  22. enable: true
  23. banTime: 14400
  24. maxNames: 3
  25. Email:
  26. mailSMTP: 'smtp.yandex.ru'
  27. mailPort: 465
  28. mailAccount: 'esko.staz@yandex.ru'
  29. mailPassword: 'erasylesko9'
  30. mailSenderName: 'OpMine'
  31. RecoveryPasswordLength: 8
  32. mailSubject: 'Восстановление аккаунта OpMine'
  33. maxRegPerEmail: 2
  34. recallPlayers: true
  35. delayRecall: 2
  36. mailText: Привет, <playername>. Твой новый пароль - <generatedpass>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement