<?xml version="1.0" encoding="UTF-8"?>
<config>
    <propel>
        <datasources default="zidisha">
            <datasource id="zidisha">
                <adapter>pgsql</adapter>
                <connection>
                    <dsn>pgsql:host=localhost;port=5432;dbname=zidisha;user=postgres;password=postgres</dsn>
                </connection>
            </datasource>
        </datasources>
        <log>
            <logger name="defaultLogger">
                <type>stream</type>
                <path>app/storage/logs/propel.log</path>
                <level>300</level>
            </logger>
        </log>
    </propel>
</config>
