mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
Update config.php
This commit is contained in:
parent
25f72b85f4
commit
25f698a186
1 changed files with 5 additions and 8 deletions
|
@ -1,9 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'installed' => true,
|
'installed' => false,
|
||||||
'host' => 'localhost',
|
);
|
||||||
'database' => 'list',
|
|
||||||
'username' => 'list',
|
?>
|
||||||
'passwd' => 'Erfolg100%',
|
|
||||||
);
|
|
||||||
?>
|
|
||||||
|
|
Loading…
Reference in a new issue