gitarre
[SVBaL.git] / Mitgliederverwaltung / AWK / impl / data / runtime-conf.xml
diff --git a/Mitgliederverwaltung/AWK/impl/data/runtime-conf.xml b/Mitgliederverwaltung/AWK/impl/data/runtime-conf.xml
new file mode 100644 (file)
index 0000000..25eec8f
--- /dev/null
@@ -0,0 +1,25 @@
+<?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>