]> wagnertech.de Git - projects.git/blob - verleihnix/Verleihnix/impl/data/build/conf/propel-conf.php
eclipse-cpp added
[projects.git] / verleihnix / Verleihnix / impl / data / build / conf / propel-conf.php
1 <?php
2 // This file generated by Propel 1.7.2-dev convert-conf target
3 // from XML runtime conf file /home/debian10/projects/verleihnix/Verleihnix/impl/data/runtime-conf.xml
4 $conf = array (
5   'datasources' => 
6   array (
7     'mkrimi' => 
8     array (
9       'adapter' => 'mysql',
10       'connection' => 
11       array (
12         'dsn' => 'mysql:host=localhost;dbname=mkrimi',
13         'user' => 'mkrimi',
14         'password' => 'mkrimi',
15         'settings' => 
16         array (
17           'charset' => 
18           array (
19             'value' => 'utf8',
20           ),
21         ),
22       ),
23     ),
24     'default' => 'mkrimi',
25   ),
26   'generator_version' => '1.7.2-dev',
27 );
28 $conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-propel-conf.php');
29 return $conf;