engelsystem/install/default-conf/config_db.php

10 lines
148 B
PHP
Raw Normal View History

<?php
2011-06-02 16:59:18 +02:00
// MySQL-Connection Settings
$config['host'] = "localhost";
$config['user'] = "root";
$config['pw'] = "";
$config['db'] = "engelsystem";
?>