Advertisement
Guest User

config.ini

a guest
Oct 4th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ## uberEmulator System Configuration File
  2.  
  3. ## MySQL Configuration
  4.  
  5. db.hostname=Localhost
  6. db.port=3306
  7. db.username=root
  8. db.password=pass
  9. db.name=habbo
  10.  
  11. ## MySQL pooling setup (controls amount of connections)
  12.  
  13. db.pool.minsize=10
  14. db.pool.maxsize=250
  15.  
  16. ## Game TCP/IP Configuration
  17.  
  18. game.tcp.bindip=127.0.0.1
  19. game.tcp.port=30000
  20. game.tcp.conlimit=100000
  21. game.tcp.conperip=2
  22. game.tcp.enablenagles=true
  23.  
  24. ## MUS TCP/IP Configuration
  25.  
  26. mus.tcp.bindip=127.0.0.1
  27. mus.tcp.port=30001
  28. mus.tcp.allowedaddr=127.0.0.1
  29.  
  30. ## Client configuration
  31.  
  32. client.ping.enabled=1
  33. client.ping.interval=20000
  34. client.maxrequests=300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement