Advertisement
Guest User

Untitled

a guest
Jun 12th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ## uberEmulator System Configuration File
  2. ## Must be edited for the server to work
  3.  
  4. ## MySQL Configuration
  5. db.hostname=localhost
  6. db.port=3306
  7. db.username=root
  8. db.password=MINHASENHA
  9. db.name=habbo
  10.  
  11. ## MySQL pooling setup (controls amount of connections)
  12. db.pool.minsize=10
  13. db.pool.maxsize=250
  14.  
  15.  
  16. ## Game TCP/IP Configuration
  17. game.tcp.bindip=MEUIP
  18. game.tcp.port=30000
  19. game.tcp.conlimit=100000
  20. game.tcp.conperip=2000
  21. game.tcp.enablenagles=true
  22.  
  23. ## MUS TCP/IP Configuration
  24. mus.tcp.bindip=MEUIP
  25. mus.tcp.port=3001
  26. mus.tcp.allowedaddr=MEUIP;MEUIP
  27.  
  28. # Camera configuration
  29.  
  30. camera.path.preview=preview/{1}-{0}.png
  31. camera.path.purchased=purchased/{1}-{0}.png
  32. camera.preview.maxcache=1000
  33.  
  34. ## Client configuration
  35. client.ping.enabled=1
  36. client.ping.interval=20000
  37. client.maxrequests=300
  38.  
  39. ## Nombre & Licencia del hotel
  40.  
  41. #Aparece en la ventana
  42. hotel.name=Oficial
  43. #Aparece en el about
  44. hotel.link=Hirbo
  45.  
  46. #FastFood
  47. base.url=http://MEUIP/swf/games/
  48. fastfood.server=MEUIP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement