Advertisement
Guest User

kk

a guest
Jan 25th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ## uberEmulator System Configuration File
  2.  
  3. ## Must be edited for the server to work
  4.  
  5.  
  6.  
  7. ## MySQL Configuration
  8.  
  9. db.hostname=localhost
  10.  
  11. db.port=3306
  12.  
  13. db.username=root
  14.  
  15. db.password=toping
  16. db.name=topz
  17.  
  18. ## MySQL pooling setup (controls amount of connections)
  19.  
  20. db.pool.minsize=10
  21.  
  22. db.pool.maxsize=250
  23.  
  24.  
  25.  
  26. ## Game TCP/IP Configuration
  27.  
  28. game.tcp.bindip=192.99.242.10
  29.  
  30. game.tcp.port=30000
  31.  
  32. game.tcp.conlimit=100000
  33.  
  34. game.tcp.conperip=2
  35.  
  36. game.tcp.enablenagles=true
  37.  
  38.  
  39.  
  40. ## MUS TCP/IP Configuration
  41.  
  42. mus.tcp.bindip=192.99.242.10
  43. mus.tcp.port=30001
  44.  
  45. mus.tcp.allowedaddr=192.99.242.10
  46.  
  47.  
  48.  
  49. ## Client configuration
  50.  
  51. client.ping.enabled=1
  52.  
  53. client.ping.interval=20000
  54.  
  55. client.maxrequests=300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement