diff options
Diffstat (limited to 'install/default-conf/config_db.php')
-rw-r--r-- | install/default-conf/config_db.php | 9 |
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"; +?> |