Advertisement
Guest User

Untitled

a guest
Jul 1st, 2017
84
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=bluerp
  10. db.type=MySQL
  11.  
  12. ## MySQL pooling setup (controls amount of connections)
  13. db.pool.minsize=1
  14. db.pool.maxsize=3000
  15.  
  16. ## Game TCP/IP Configuration
  17. game.tcp.bindip=127.0.0.1
  18. game.tcp.port=30000
  19. game.tcp.conlimit=11000
  20. game.tcp.conperip=100
  21. game.tcp.enablenagles=true
  22. game.tcp.port.proxy=30000
  23.  
  24. ## MUS TCP/IP Configuration
  25. mus.tcp.bindip=30000
  26. mus.tcp.port=30001
  27. mus.tcp.allowedaddr=149
  28.  
  29. ## Client configuration
  30. client.ping.enabled=1
  31. client.ping.interval=20000
  32. client.maxrequests=300
  33.  
  34. ## Developer Settings
  35. Debug=false
  36.  
  37. ## Language System
  38. system.lang=english
  39.  
  40. ## Console Clear Timer
  41. console.clear.enabled=false
  42. console.clear.time=60000
  43.  
  44. ## Bots Settings
  45. game.roomswithbotscolor=0
  46. game.botdefaultcolor=31
  47. game.botbadge=BOT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement