## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=passwordbruh
db.name=boon
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=500
## Emulator Settings
emu.target.hotel=Test
emu.language.locale=en
## Game TCP/IP Configuration
game.tcp.bindip=realipbruh
game.tcp.port=1234
game.tcp.conlimit=11000
game.tcp.conperip=5
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30009
mus.tcp.allowedaddr=127.0.0.1
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## Special Stuff
console.show.room.messages=true
console.show.habbo.messages=true
console.show.logging.thread.exceptions=true
console.show.logging.packet.errors=true
console.show.logging.mysql.errors=true
console.show.logging.log.messages=true
console.show.logging.exceptions=true
console.show.logging.critical.errors=true
console.show.logging.cache.errors=true