diff --git a/config/config.php b/config/config.php index 99ca593..45ebdb2 100644 --- a/config/config.php +++ b/config/config.php @@ -1,5 +1,11 @@ false, + 'installed' => true, + 'host' => 'localhost', + 'username' => 'shoppinglist', + 'passwd' => 'Erfolg100%', + 'database' => 'shoppinglist', + 'theme' => 'default', ); + ?> \ No newline at end of file