<?xml version="1.0" encoding="UTF-8"?>
<config>
  <!-- Uncomment this if you have PEAR Log installed -->
  <!--log>
    <type>file</type>
    <name>/tmp/propel.log</name>
    <ident>AlarmManagement</ident>
    <level>7</level>
  </log-->
  <propel>
    <datasources default="mkrimi">
      <datasource id="mkrimi">
        <adapter>mysql</adapter> <!-- sqlite, mysql, myssql, oracle, or pgsql -->
        <connection>
          <dsn>mysql:host=localhost;dbname=mkrimi</dsn>
          <user>mkrimi</user>
          <password>mkrimi</password>
          <settings>
            <setting id="charset">utf8</setting>
          </settings>
        </connection>
      </datasource>
    </datasources>
  </propel>
</config>
