Commit 52064c7d authored by shajiaiming's avatar shajiaiming

reset mysql info

parent eb98c64c
...@@ -21,24 +21,17 @@ return [ ...@@ -21,24 +21,17 @@ return [
# ], # ],
'db' => [ 'db' => [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=172.16.101.45;dbname=bn_manage', 'dsn' => 'mysql:host=127.0.0.1;dbname=bn_manage',
'username' => 'root', 'username' => 'root',
'password' => 'fVkWkJZoOQcpunqC', 'password' => '123456@bn_wallet',
'charset' => 'utf8', 'charset' => 'utf8',
'tablePrefix' => 'gli_', 'tablePrefix' => 'gli_',
], ],
'db_pwallet' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=172.16.101.45;dbname=bn_coin',
'username' => 'root',
'password' => 'fVkWkJZoOQcpunqC',
'charset' => 'utf8',
],
'p_sources' => [ 'p_sources' => [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=172.16.101.45;dbname=bn_sources', 'dsn' => 'mysql:host=127.0.0.1;dbname=bn_sources',
'username' => 'root', 'username' => 'root',
'password' => 'fVkWkJZoOQcpunqC', 'password' => '123456@bn_wallet',
'charset' => 'utf8', 'charset' => 'utf8',
], ],
'cache' => [ 'cache' => [
......
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