Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. ## UnkInstaller Created By Unk (Skype unkan0n)
  2. ## uberEmulator System Configuration File
  3. ## Must be edited for the server to work
  4.  
  5. ## MySQL Configuration
  6. db.hostname=localhost
  7. db.port=3306
  8. db.username=root
  9. db.password=senha
  10. db.name=database
  11.  
  12. ## MySQL pooling setup (controls amount of connections)
  13. db.pool.minsize=10
  14. db.pool.maxsize=250
  15.  
  16. ## Game TCP/IP Configuration
  17. game.tcp.bindip=habbutzhotel.com
  18. game.tcp.port=30000
  19. game.tcp.conlimit=100000
  20. game.tcp.conperip=200
  21. game.tcp.enablenagles=true
  22.  
  23. ## MUS TCP/IP Configuration
  24. mus.tcp.bindip=habbutzhotel.com
  25. mus.tcp.port=30001
  26. mus.tcp.allowedaddr=habbutzhotel.com
  27.  
  28. ## Client configuration
  29. client.ping.enabled=1
  30. client.ping.interval=20000
  31. client.maxrequests=300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement