Advertisement
SoftWer

config.php (EMULADOR)

Feb 8th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 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=senha
  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. ## Game TCP/IP Configuration
  16. game.tcp.bindip=127.0.0.1
  17. game.tcp.port=30000
  18. game.tcp.conlimit=3
  19. game.tcp.conperip=3
  20. game.tcp.enablenagles=true
  21.  
  22. ## MUS TCP/IP Configuration
  23. mus.tcp.bindip=127.0.0.1
  24. mus.tcp.port=25
  25. mus.tcp.allowedaddr=127.0.0.1;localhost
  26.  
  27. ## Client configuration
  28. client.ping.enabled=1
  29. client.ping.interval=30001
  30. client.maxrequests=300
  31.  
  32. ##Config rank Embajadores
  33. ambassador.minrank=2
  34.  
  35. # Camera configuration
  36. camera.path.preview=preview/{1}-{0}.png
  37. camera.path.purchased=purchased/{1}-{0}.png
  38. camera.preview.maxcache=1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement