Advertisement
Guest User

Config.ini configurada

a guest
Apr 9th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 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=vertrigo
  16.  
  17. db.name=danielspd
  18.  
  19. ## MySQL pooling setup (controls amount of connections)
  20.  
  21. db.pool.minsize=10
  22.  
  23. db.pool.maxsize=250
  24.  
  25.  
  26.  
  27. ## Game TCP/IP Configuration
  28.  
  29. game.tcp.bindip=localhost
  30.  
  31. game.tcp.port=30000
  32.  
  33. game.tcp.conlimit=100000
  34.  
  35. game.tcp.conperip=2
  36.  
  37. game.tcp.enablenagles=true
  38.  
  39.  
  40.  
  41. ## MUS TCP/IP Configuration
  42.  
  43. mus.tcp.bindip=localhost
  44.  
  45. mus.tcp.port=30001
  46.  
  47. mus.tcp.allowedaddr=localhost
  48.  
  49.  
  50.  
  51. ## Client configuration
  52.  
  53. client.ping.enabled=1
  54.  
  55. client.ping.interval=20000
  56.  
  57. client.maxrequests=300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement