Advertisement
Guest User

advancedsettings.xml

a guest
Dec 28th, 2012
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <advancedsettings>
  2. <videodatabase>
  3. <type>mysql</type>
  4. <host>192.168.1.30</host>
  5. <port>3306</port>
  6. <user>xbmc</user>
  7. <pass>xbmc</pass>
  8. </videodatabase>
  9.  
  10. <musicdatabase>
  11. <type>mysql</type>
  12. <host>192.168.1.30</host>
  13. <port>3306</port>
  14. <user>xbmc</user>
  15. <pass>xbmc</pass>
  16. </musicdatabase>
  17. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement