## 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=Mot de passe DB db.name=Nom du DB ## MySQL pooling setup (controls amount of connections) db.pool.minsize=5 db.pool.maxsize=30 ## Game TCP/IP Configuration game.tcp.bindip=Votre IP game.tcp.port=30000 game.tcp.conlimit=500 ## MUS TCP/IP Configuration mus.tcp.bindip=Votre IP mus.tcp.port=30001 mus.tcp.allowedaddr=Votre IP ## Client configuration client.ping.enabled=1 client.ping.interval=30000