Advertisement
Guest User

Untitled

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