## Mercury Emulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=ip
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=ip
mus.tcp.port=30004
mus.tcp.allowedaddr=ip
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=ip
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=ip
mus.tcp.port=30004
mus.tcp.allowedaddr=ip
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300