Advertisement
Guest User

config.ini

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