Advertisement
Guest User

My Configs

a guest
Aug 22nd, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ## uberEmulator System Configuration File
  2. ## Must be edited for the server to work
  3.  
  4.  
  5. ## MySQL Configuration
  6. db.hostname=IP OF MY CPANEL
  7. db.port=3306
  8. db.username=USER
  9. db.password=PASS
  10. db.name=DB
  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=IP OF MY VPS
  18. game.tcp.port=30002
  19. game.tcp.conlimit=100000
  20. game.tcp.conperip=2
  21. game.tcp.enablenagles=true
  22.  
  23. ## MUS TCP/IP Configuration
  24. mus.tcp.bindip=IP OF MY VPS
  25. mus.tcp.port=30003
  26. mus.tcp.allowedaddr=IP OF MY VPS;localhost;habboxd.com
  27.  
  28. # Camera configuration
  29. camera.path.preview=preview/{1}-{0}.png
  30. camera.path.purchased=purchased/{1}-{0}.png
  31. camera.preview.maxcache=1000
  32.  
  33.  
  34. ## Client configuration
  35. client.ping.enabled=1
  36. client.ping.interval=20000
  37. client.maxrequests=300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement