Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. ## Phoenix 3.0 System Configuration File
  2.  
  3. ## Licence Information
  4. Otaku-Studios.username=WeszDEV
  5. Otaku-Studios.password=Eekhoorntje030
  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=Korem124
  15. db.name=hubisdb
  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=195.140.214.17
  23. game.tcp.port=8789
  24. game.tcp.conlimit=5000
  25.  
  26. ## Client configuration
  27. client.ping.enabled=1
  28. client.ping.interval=8789
  29.  
  30. ## MUS TCP/IP Configuration
  31. mus.tcp.bindip=195.140.214.17
  32. mus.tcp.port=30001
  33. mus.tcp.allowedaddr=195.140.214.17
  34.  
  35. ## Console Configuration
  36. emu.messages.connections=1
  37. emu.messages.roommgr=1
  38.  
  39. ## Websocket URL
  40. websocket.url=ws://195.140.214.17:30003
  41.  
  42. ## Web Interface Key
  43. web.key=miau1337
  44. web.api.furni.hof_furni=http://localhost/r63/dcr/hof_furni
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement