Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Gold Tree Emulator 3.0 System Configuration File
- ## MySQL Configuration
- db.hostname=localhost
- db.port=3306
- db.username=root
- db.password=MY WEBSITE DB PW
- db.name=MY DB PW
- ## MySQL pooling setup (controls amount of connections)
- db.pool.minsize=10
- db.pool.maxsize=9000
- ## Game TCP/IP Configuration
- game.tcp.bindip=(MY WEBSITE URL HERE)
- game.tcp.port=30000
- game.tcp.conlimit=1050
- game.tcp.proxyip=(MY WEBSITE URL HERE)
- ## Client configuration
- client.ping.enabled=1
- client.ping.interval=30000
- ## MUS TCP/IP Configuration
- mus.tcp.bindip=127.0.0.1
- mus.tcp.port=30001
- mus.tcp.allowedaddr=127.0.0.1
- ## Console Configuration
- emu.messages.connections=0
- emu.messages.roommgr=0
- ## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS)
- shutdown-server=
- shutdown-server-player-limit=0
- shutdown-warning-alert=!!!Hotel shutdown!!!
- debug=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement