summaryrefslogtreecommitdiff
path: root/install/default-conf/config_db.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/default-conf/config_db.php')
-rw-r--r--install/default-conf/config_db.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/install/default-conf/config_db.php b/install/default-conf/config_db.php
new file mode 100644
index 00000000..d07529c0
--- /dev/null
+++ b/install/default-conf/config_db.php
@@ -0,0 +1,9 @@
+<?php
+
+
+// MySQL-Connection Settings
+$config['host'] = "localhost";
+$config['user'] = "root";
+$config['pw'] = "";
+$config['db'] = "engelsystem";
+?>