Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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=********
  16. db.name=rula
  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=25.147.38.72
  29. game.tcp.port=30000
  30.  
  31. game.tcp.conlimit=100000
  32.  
  33. game.tcp.conperip=3
  34. game.tcp.enablenagles=true
  35.  
  36.  
  37.  
  38. ## MUS TCP/IP Configuration
  39.  
  40. mus.tcp.bindip=25.147.38.72
  41. mus.tcp.port=30001
  42.  
  43. mus.tcp.allowedaddr=25.147.38.72
  44.  
  45.  
  46.  
  47. ## Client configuration
  48.  
  49. client.ping.enabled=1
  50.  
  51. client.ping.interval=20000
  52.  
  53. client.maxrequests=300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement