Guest User

Untitled

a guest
Jan 11th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ## Phoenix 3.0 System Configuration File
  2.  
  3. ## Licence Information
  4. Otaku-Studios.username=FatalLulz
  5. Otaku-Studios.password=
  6.  
  7. ## MySQL Configuration
  8. db.hostname=127.0.0.1
  9. db.port=3306
  10. db.username=root
  11. db.password=
  12. db.name=hotel1
  13.  
  14. ## MySQL pooling setup (controls amount of connections)
  15. db.pool.minsize=5
  16. db.pool.maxsize=30
  17.  
  18. ## Game TCP/IP Configuration
  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
  27. mus.tcp.allowedaddr=127.0.0.1
  28.  
  29. ## Console Configuration
  30. emu.messages.connections=1
  31. emu.messages.roommgr=0
Add Comment
Please, Sign In to add comment