Advertisement
Guest User

ayusfhsajuhJK

a guest
Feb 28th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 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=SUA SENHA, CASO NÃO TENHA SENHA, DEIXE EM BRANCO
  9. db.name=NOME DA SUA DB
  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=SEU IP
  18. game.tcp.port=30000
  19. game.tcp.conlimit=11000
  20. game.tcp.enablenagles=true
  21.  
  22. ##Tcp Flood AntiDDoS Comment: For proxy antiddos=false
  23. game.tcp.antiddos=false
  24. game.tcp.conperip=30
  25.  
  26. ## MUS TCP/IP Configuration
  27. mus.tcp.bindip=SEU IP
  28. mus.tcp.port=30008
  29. mus.tcp.allowedaddr=SEU IP
  30.  
  31. ## Client configuration
  32. client.ping.enabled=1
  33. client.ping.interval=20000
  34. client.maxrequests=300
  35.  
  36. ## Developer Settings
  37. Debug=true
  38.  
  39. ## Language System
  40. system.lang=english
  41.  
  42. ## Console Clear Timer
  43. console.clear.enabled=false
  44. console.clear.time=20000
  45.  
  46. ## Bots Settings
  47. game.roomswithbotscolor=0
  48. game.botdefaultcolor=31
  49. game.botbadge=BOT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement