Advertisement
Guest User

Untitled

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