<?xml version="1.0" encoding="UTF-8"?>
<config>
  <!-- Uncomment this if you have PEAR Log installed
  <log>
    <type>file</type>
    <name>/path/to/propel.log</name>
    <ident>propel-bookstore</ident>
    <level>7</level>
  </log>
  -->

  <propel>
    <datasources default="michelleosman2">
      <datasource id="michelleosman2">
        <adapter>mysql</adapter>
        <connection>
          <dsn>mysql:host=localhost;dbname=operat5_michelleosman2</dsn>
          <user>operat5_MO2</user>
          <password>tlhfckoctbcr12!@</password>
          <settings>
            <setting id="charset">utf8</setting>
          </settings>
        </connection>
      </datasource>
    </datasources>
  </propel> 
</config>