allsections.xml 706 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0"?>
  2. <config>
  3. <all>
  4. <hostname>all</hostname>
  5. <name>thisname</name>
  6. <db>
  7. <host>127.0.0.1</host>
  8. <user>username</user>
  9. <pass>password</pass>
  10. <name>live</name>
  11. </db>
  12. <one>
  13. <two>
  14. <three>multi</three>
  15. </two>
  16. </one>
  17. </all>
  18. <staging extends="all">
  19. <hostname>staging</hostname>
  20. <db>
  21. <name>dbstaging</name>
  22. </db>
  23. <debug>false</debug>
  24. </staging>
  25. <other_staging>
  26. <only_in>otherStaging</only_in>
  27. <db>
  28. <pass>anotherpwd</pass>
  29. </db>
  30. </other_staging>
  31. </config>