Commit e594fe6c authored by rlgy's avatar rlgy

update

parent 5b98e828
......@@ -24,13 +24,13 @@ return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=127.0.0.1;dbname=manage',
'username' => 'root',
'password' => '12345678',
'password' => '123456',
'charset' => 'utf8',
'tablePrefix' => 'gli_',
],
'db_pwallet' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=127.0.0.1;dbname=api',
'dsn' => 'mysql:host=127.0.0.1;dbname=coin',
'username' => 'root',
'password' => '123456',
'charset' => 'utf8',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment