|
@@ -45,7 +45,7 @@ return array(
|
|
|
'host' => 'localhost',
|
|
|
'database' => 'database',
|
|
|
'username' => 'root',
|
|
|
- 'password' => 'password',
|
|
|
+ 'password' => '',
|
|
|
'charset' => 'utf8',
|
|
|
),
|
|
|
|
|
@@ -54,7 +54,7 @@ return array(
|
|
|
'host' => 'localhost',
|
|
|
'database' => 'database',
|
|
|
'username' => 'root',
|
|
|
- 'password' => 'password',
|
|
|
+ 'password' => '',
|
|
|
'charset' => 'utf8',
|
|
|
),
|
|
|
|
|
@@ -63,7 +63,7 @@ return array(
|
|
|
'host' => 'localhost',
|
|
|
'database' => 'database',
|
|
|
'username' => 'root',
|
|
|
- 'password' => 'password',
|
|
|
+ 'password' => '',
|
|
|
),
|
|
|
|
|
|
),
|