Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ## uberEmulator System Configuration File
  2. ## Must be edited for the server to work
  3.  
  4. ## MySQL Configuration asASd1684ASdasdtbykyuadC_
  5. db.hostname=127.0.0.1
  6. db.port=3306
  7. db.username=root
  8. db.password=123
  9. db.name=FreshEmu
  10. db.mssql=false
  11.  
  12. ## MySQL pooling setup (controls amount of connections)
  13. db.pool.minsize=1
  14. db.pool.maxsize=10
  15.  
  16. ## Game TCP/IP Configuration
  17. game.tcp.bindip=193.70.23.212
  18. game.tcp.port=30000
  19. game.tcp.conlimit=11000
  20. game.tcp.conperip=10000
  21. game.tcp.enablenagles=False
  22.  
  23. ## MUS TCP/IP Configuration
  24. mus.tcp.bindip=193.70.23.212
  25. mus.tcp.port=30001
  26. mus.tcp.allowedaddr=193.70.23.212
  27.  
  28. ## Client configuration
  29. client.ping.enabled=1
  30. client.ping.interval=30000
  31.  
  32. #IRC
  33. irc.enabled=false
  34. irc.server=irc.website-service.org
  35. irc.port=6667
  36. irc.user=USER CSharpBot 8 * :I'm a C# irc bot
  37. irc.nick=[VG]Mordi
  38. irc.channel=#habbovg_servermod
  39. irc.password=rofl123
  40.  
  41. group.enabled=false
  42. auth.ssodisabled=false
  43.  
  44.  
  45. #Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
  46. game.pixel.enabled=true
  47. game.pixel.amount=150
  48. game.pixel.time=900
  49.  
  50. #Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
  51. game.credits.enabled=true
  52. game.credits.amount=150
  53. game.credits.time=900
  54.  
  55. game.login.credits.receiveamount=500
  56. game.login.pixel.receiveamount=550
  57.  
  58. GC.LatencyMode=default
  59.  
  60.  
  61. ## connectiond details
  62. con.socket=9001
  63. con.max_servers=10000
  64. con.con_per_ip=10000
  65.  
  66. ## connection interval
  67. ping.interval=2000
  68. request.interval.active=2000
  69. request.interval.idle=60000
  70. version.id=1
  71.  
  72. game.gift.ids=164,165,166,167,168,169,170
  73. groups.enabled=false
  74.  
  75. hotel.name=Fresh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement