Riferimento: uso uber emu
## 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=mangol987
db.name=dex_db
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=300
## Game TCP/IP Configuration
game.tcp.bindip=5.124.7.202
game.tcp.port=30000
game.tcp.conlimit=5000
## MUS TCP/IP Configuration
mus.tcp.bindip=5.124.7.202
mus.tcp.port=30001
mus.tcp.allowedaddr=5.124.7.202
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## Welcome Message
welcome.message.enabled=yes
welcome.message=This is a Welcome Message! Have Fun!