phpide-d10
[projects.git] / verleihnix / Verleihnix / impl / data / runtime-conf.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <config>
3   <!-- Uncomment this if you have PEAR Log installed -->
4   <!--log>
5     <type>file</type>
6     <name>/tmp/propel.log</name>
7     <ident>AlarmManagement</ident>
8     <level>7</level>
9   </log-->
10   <propel>
11     <datasources default="mkrimi">
12       <datasource id="mkrimi">
13         <adapter>mysql</adapter> <!-- sqlite, mysql, myssql, oracle, or pgsql -->
14         <connection>
15           <dsn>mysql:host=localhost;dbname=mkrimi</dsn>
16           <user>mkrimi</user>
17           <password>mkrimi</password>
18           <settings>
19             <setting id="charset">utf8</setting>
20           </settings>
21         </connection>
22       </datasource>
23     </datasources>
24   </propel>
25 </config>