Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1.  
  2. db.hostname=198.100.150.237
  3. db.port=3306
  4. db.username=hubbes
  5. db.password=ocg391xY2L
  6. db.name=hubbes_db
  7. db.type=MySQL
  8.  
  9. ## MySQL pooling setup (controls amount of connections)
  10. db.pool.minsize=1
  11. db.pool.maxsize=500
  12.  
  13. ## Game TCP/IP Configuration
  14. game.tcp.bindip=198.50.158.111
  15. game.tcp.port=642
  16. game.tcp.conlimit=11000
  17. game.tcp.conperip=100
  18. game.tcp.enablenagles=true
  19.  
  20. ## MUS TCP/IP Configuration
  21. mus.tcp.bindip=198.50.158.111
  22. mus.tcp.port=643
  23. mus.tcp.allowedaddr=198.50.158.111
  24.  
  25. ## Client configuration
  26. client.ping.enabled=1
  27. client.ping.interval=20000
  28. client.maxrequests=300
  29.  
  30. ## Developer Settings
  31. Debug=true
  32.  
  33. ## Language System
  34. system.lang=english
  35.  
  36. ## Console Clear Timer
  37. console.clear.enabled=false
  38. console.clear.time=20000
  39.  
  40. ## Bots Settings
  41. game.roomswithbotscolor=0
  42. game.botdefaultcolor=31
  43. game.botbadge=BOT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement