mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 14:20: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
|
||||
$CONFIG = array (
|
||||
'installed' => true,
|
||||
'host' => 'localhost',
|
||||
'database' => 'list',
|
||||
'username' => 'list',
|
||||
'passwd' => 'Erfolg100%',
|
||||
);
|
||||
?>
|
||||
$CONFIG = array (
|
||||
'installed' => false,
|
||||
);
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue