Guest User

Main.ini

a guest
Feb 12th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 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=127.0.0.1
  6. db.port=3306
  7. db.username=root
  8. db.password=pass
  9. db.name=azure
  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=127.0.0.1
  18. game.tcp.port=90
  19. game.tcp.poolsize=100
  20. game.tcp.enablenagles=false
  21.  
  22. ## When using a proxy, your port could be different. Set here the proxy port.
  23. ## If you don't use a proxy, set the same port as 'game.tcp.port'.
  24. game.tcp.port.proxy=30000
  25.  
  26. ## Anti-DDOS
  27. ## Note: Keep this disabled this if you are using a proxy.
  28. game.tcp.antiddos=true
  29. game.tcp.conperip=5
  30.  
  31. ## MUS TCP/IP Configuration
  32. mus.tcp.bindip=127.0.0.1
  33. mus.tcp.port=30008
  34. mus.tcp.allowedaddr=127.0.0.1
  35.  
  36. ## Client configuration
  37. client.ping.enabled=1
  38. client.ping.interval=20000
  39. client.maxrequests=300
  40.  
  41. ## Developer Settings
  42. system.debug=false
  43.  
  44. ## Language System
  45. system.lang=english
  46.  
  47. ## Console Clear Timer
  48. console.clear.enabled=false
  49. console.clear.time=20000
  50.  
  51. ## Bots Settings
  52. game.roomswithbotscolor=0
  53. game.botdefaultcolor=31
  54. game.botbadge=BOT
  55.  
  56. ## The minium rank to receive :sa.
  57. game.sa_min_rank=3
Add Comment
Please, Sign In to add comment