Advertisement
Guest User

Untitled

a guest
Feb 5th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ## uberEmulator System Configuration File
  2.  
  3. ## Must be edited for the server to work
  4.  
  5.  
  6.  
  7. ## MySQL Configuration
  8.  
  9. db.hostname=localhost
  10.  
  11. db.port=3306
  12.  
  13. db.username=root
  14.  
  15. db.password=
  16. db.name=habbor
  17.  
  18. ## MySQL pooling setup (controls amount of connections)
  19.  
  20. db.pool.minsize=10
  21.  
  22. db.pool.maxsize=250
  23.  
  24.  
  25.  
  26. ## Game TCP/IP Configuration
  27.  
  28. game.tcp.bindip=127.0.0.1
  29. game.tcp.port=90
  30. game.tcp.conlimit=3
  31.  
  32. game.tcp.conperip=3
  33.  
  34. game.tcp.enablenagles=true
  35.  
  36.  
  37.  
  38. ## MUS TCP/IP Configuration
  39.  
  40. mus.tcp.bindip=127.0.0.1
  41. mus.tcp.port=300
  42. mus.tcp.allowedaddr=localhost;127.0.0.1
  43.  
  44.  
  45.  
  46. ## Client configuration
  47.  
  48. client.ping.enabled=1
  49.  
  50. client.ping.interval=20000
  51.  
  52. client.maxrequests=300
  53.  
  54.  
  55.  
  56. ##Config rank Embajadores
  57.  
  58. ambassador.minrank=5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement