Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ## System Configuration File
  2.  
  3. ## MySQL Configuration
  4. db.hostname=localhost
  5. db.port=3306
  6. db.username=root
  7. db.password=lol123
  8. db.name=meh
  9. key.password=codedbyijakey
  10.  
  11. ## MySQL pooling setup (controls amount of connections)
  12. db.pool.minsize=5
  13. db.pool.maxsize=1500
  14.  
  15. ## Game TCP/IP Configuration
  16. game.tcp.bindip=127.0.0.1
  17. game.tcp.port=30000
  18. game.tcp.conlimit=500
  19.  
  20. ## MUS TCP/IP Configuration
  21. mus.tcp.bindip=127.0.0.1
  22. mus.tcp.port=30001
  23. mus.tcp.allowedaddr=127.0.0.1
  24.  
  25. ## Client configuration
  26. client.ping.enabled=1
  27. client.ping.interval=30000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement