<?xml version="1.0" encoding="UTF-8"?>
<config>
<profiles>
<profile name="test">
<dsn>mysql:host=localhost;dbname=test</dsn>
<dbUser>root</dbUser>
<dbPass></dbPass>
<sqlPath>C:\\sql\Test</sqlPath>
<sqlUseTransactions>true</sqlUseTransactions>
</profile>
<profile name="dev">
<dsn>mysql:host=localhost;dbname=test2</dsn>
<dbUser>root</dbUser>
<dbPass></dbPass>
<sqlPath>C:\\sql\Test</sqlPath>
<sqlUseTransactions>true</sqlUseTransactions>
</profile>
</profiles>
</config>
|