cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Config/_files/allsections.xml
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

35 lines
No EOL
706 B
XML

<?xml version="1.0"?>
<config>
<all>
<hostname>all</hostname>
<name>thisname</name>
<db>
<host>127.0.0.1</host>
<user>username</user>
<pass>password</pass>
<name>live</name>
</db>
<one>
<two>
<three>multi</three>
</two>
</one>
</all>
<staging extends="all">
<hostname>staging</hostname>
<db>
<name>dbstaging</name>
</db>
<debug>false</debug>
</staging>
<other_staging>
<only_in>otherStaging</only_in>
<db>
<pass>anotherpwd</pass>
</db>
</other_staging>
</config>