summaryrefslogtreecommitdiff
path: root/install/default-conf/config_db.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-18 14:19:42 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-18 14:19:42 +0100
commit8076975a7f12703d84d37d4be10ea680204040bf (patch)
tree7cd9c005816b700eefc98d531d342bdb8fc18c7b /install/default-conf/config_db.php
parent10b4f94e5bdd4bfe1877ad06dfdf2237e4228ab5 (diff)
#19 README rewrite, sql-install-file
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";
+?>