]> wagnertech.de Git - projects.git/blobdiff - verleihnix/Verleihnix/impl/data/build/conf/propel-conf.php
verleihnix komplett eingescheckt
[projects.git] / verleihnix / Verleihnix / impl / data / build / conf / propel-conf.php
diff --git a/verleihnix/Verleihnix/impl/data/build/conf/propel-conf.php b/verleihnix/Verleihnix/impl/data/build/conf/propel-conf.php
new file mode 100644 (file)
index 0000000..1cf25a8
--- /dev/null
@@ -0,0 +1,29 @@
+<?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