Skip to content

Commit 08cd732

Browse files
authored
Update DatabaseConfig.php
1 parent 602818b commit 08cd732

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/DatabaseConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'host'=> 'localhost',
1616
'database' => 'raw-php',
1717
'username' => 'root',
18-
'password' => 'basket',
18+
'password' => '',
1919
'charset' => 'utf8',
2020
'collation' => 'utf8_unicode_ci',
2121
'prefix' => '',
@@ -25,7 +25,7 @@
2525
'driver' => 'Cake\Database\Driver\Mysql',
2626
'database' => 'raw-php',
2727
'username' => 'root',
28-
'password' => 'basket',
28+
'password' => '',
2929
'cacheMetadata' => false // If set to `true` you need to install the optional "cakephp/cache" package.
3030

3131
]

0 commit comments

Comments
 (0)