<config>
 <log>
  <ident>propel-cham</ident>
  <level>7</level>
 </log>
 <propel>
  <datasources default="cxnx">
   <datasource id="cxnx">
    <!-- the Propel adapter will usually be the same as phptype of connection DSN -->
    <adapter>pgsql</adapter>
    <connection dsn="pgsql://cxnx:foo@ns1.cxnx.net:5432/cxnx">
    </connection>
   </datasource>
  </datasources>
 </propel>
</config>
