--- /dev/null
+<?php
+// This file generated by Propel 1.7.2-dev convert-conf target
+// from XML runtime conf file /home/debian10/projects/verleihnix/Verleihnix/impl/data/runtime-conf.xml
+$conf = array (
+ 'datasources' =>
+ array (
+ 'mkrimi' =>
+ array (
+ 'adapter' => 'mysql',
+ 'connection' =>
+ array (
+ 'dsn' => 'mysql:host=localhost;dbname=mkrimi',
+ 'user' => 'mkrimi',
+ 'password' => 'mkrimi',
+ 'settings' =>
+ array (
+ 'charset' =>
+ array (
+ 'value' => 'utf8',
+ ),
+ ),
+ ),
+ ),
+ 'default' => 'mkrimi',
+ ),
+ 'generator_version' => '1.7.2-dev',
+);
+$conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-propel-conf.php');
+return $conf;
\ No newline at end of file