<?xml version="1.0" encoding="UTF-8"?>
<config>
<!-- <log>
<ident>propel-diy-blog</ident>
<level>7</level>
</log> -->
<propel>
<datasources default="diy-blog">
<datasource id="diy-blog">
<!-- the Propel adapter will usually be the same as phptype of connection DSN -->
<adapter>mysql</adapter>
<connection>
<phptype>mysql</phptype>
<database>diy-blog</database>
<hostspec>localhost</hostspec>
<username>root</username>
<password></password>
</connection>
</datasource>
</datasources>
</propel>
</config>