Guest User

Untitled

a guest
Sep 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ## Licence Information put user and password that you want
  2. username=Cody
  3. password=WHAT?
  4.  
  5. ## MySQL Configuration
  6. db.hostname=localhost
  7. db.port=3306
  8. db.username=root
  9. db.password=PASSWORD
  10. db.name=rev63cms
  11.  
  12. ## MySQL pooling setup (controls amount of connections)
  13. db.pool.minsize=5
  14. db.pool.maxsize=100
  15.  
  16. ## Game TCP/IP Configuration
  17. game.tcp.bindip=127.0.0.1 - Hamachi, VPS or Dedicated Server's IP
  18. game.tcp.port=30000
  19. game.tcp.conlimit=5000
  20.  
  21. ## Client configuration
  22. client.ping.enabled=1
  23. client.ping.interval=30000
  24.  
  25. ## MUS TCP/IP Configuration
  26. mus.tcp.bindip=127.0.0.1 - Hamachi, VPS or Dedicated Server's IP
  27. mus.tcp.port=30001
  28. mus.tcp.allowedaddr=127.0.0.1 - Hamachi, VPS or Dedicated Server's IP
  29.  
  30. ## Console Configuration
  31. emu.messages.connections=1
  32. emu.messages.roommgr=1
Add Comment
Please, Sign In to add comment