Guest User

Untitled

a guest
Jul 7th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ## Phoenix 3.0 System Configuration File
  2.  
  3.  
  4. ## Licence Information
  5. Otaku-Studios.username=Roytjelief
  6. Otaku-Studios.password=
  7.  
  8.  
  9. ## MySQL Configuration
  10. db.hostname=localhost
  11. db.port=3306
  12. db.username=root
  13. db.password=roytje1
  14. db.name=phoenix
  15.  
  16.  
  17. ## MySQL pooling setup (controls amount of connections)
  18. db.pool.minsize=5
  19. db.pool.maxsize=100
  20.  
  21.  
  22. ## Game TCP/IP Configuration
  23. game.tcp.bindip=192.168.1.76
  24. game.tcp.port=30000
  25. game.tcp.conlimit=5000
  26.  
  27.  
  28. ## Client configuration
  29. client.ping.enabled=1
  30. client.ping.interval=30000
  31.  
  32.  
  33. ## MUS TCP/IP Configuration
  34. mus.tcp.bindip=127.0.0.1
  35. mus.tcp.port=30001
  36. mus.tcp.allowedaddr=127.0.0.1
  37.  
  38.  
  39. ## Console Configuration
  40. emu.messages.connections=1
  41. emu.messages.roommgr=1
Add Comment
Please, Sign In to add comment