Advertisement
Guest User

emulador

a guest
Oct 15th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 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=bububu123
  9. db.name=weed
  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=25.83.181.85
  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=25.83.181.85
  25. mus.tcp.port=3001
  26. mus.tcp.allowedaddr=25.83.181.85;25.83.181.85
  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=CakeDEV
  45.  
  46. # Mínimo rank embaixadores
  47. ambassador.minrank=4
  48.  
  49. #FastFood
  50. base.url=http://25.83.181.85/swf/games/
  51. fastfood.server=25.83.181.85
  52.  
  53. ## Hotel Link
  54. guilds.link=http://25.83.181.85/habbo-imaging/badge/
  55. stream.link=http://25.83.181.85/habbo-imaging/head/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement