Advertisement
Guest User

Untitled

a guest
Feb 27th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ## Mercury 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=db
  10. ## MySQL pooling setup (controls amount of connections)
  11. db.pool.minsize=1
  12. db.pool.maxsize=500
  13.  
  14. ## Game TCP/IP Configuration
  15. game.tcp.bindip=185.25.206.14
  16. game.tcp.port=30000
  17. game.tcp.conlimit=11000
  18. game.tcp.conperip=100
  19. game.tcp.enablenagles=true
  20.  
  21. ## MUS TCP/IP Configuration
  22. mus.tcp.bindip=185.25.206.14
  23. mus.tcp.port=30004
  24. mus.tcp.allowedaddr=185.25.206.14
  25.  
  26. ## Client configuration
  27. client.ping.enabled=1
  28. client.ping.interval=20000
  29. client.maxrequests=300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement