Skip to content

Commit 16f1ae2

Browse files
committed
Switch default db credential from root to ipeer
As using root is not safe and most of people will use a separate credential for the application
1 parent 13b3a71 commit 16f1ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/database.php.default

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ class DATABASE_CONFIG {
7777
'driver' => 'mysql',
7878
'persistent' => false,
7979
'host' => 'localhost',
80-
'login' => 'root',
81-
'password' => '',
80+
'login' => 'ipeer',
81+
'password' => 'ipeer',
8282
'database' => 'ipeer',
8383
'prefix' => '',
8484
//'encoding' => 'utf8',

0 commit comments

Comments
 (0)