Advertisement
Guest User

Untitled

a guest
Oct 10th, 2011
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. DataSource:
  2. backend: mysql
  3. mySQLDatabase: website
  4. mySQLUsername: CENSORED
  5. mySQLPassword: CENSORED
  6. mySQLHost: 127.0.0.1
  7. mySQLPort: '3306'
  8. mySQLTablename: users
  9. mySQLColumnName: userName
  10. mySQLColumnPassword: userPassword
  11. mySQLColumnIp: IP
  12. mySQLColumnLastLogin: Timestamp
  13. caching: false
  14. settings:
  15. sessions:
  16. enabled: false
  17. timeout: 10
  18. restrictions:
  19. allowChat: false
  20. kickNonRegistered: false
  21. teleportUnAuthedToSpawn: true
  22. maxNicknameLength: 20
  23. allowMovement: true
  24. minNicknameLength: 3
  25. timeout: 60
  26. allowedMovementRadius: 20
  27. allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
  28. security:
  29. passwordHash: MD5
  30. registration:
  31. enabled: true
  32. messageInterval: 25
  33. force: true
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement