Commit 592df1a9 authored by shajiaiming's avatar shajiaiming

数据库配置更新

parent d73d0077
...@@ -28,7 +28,7 @@ return [ ...@@ -28,7 +28,7 @@ return [
# ], # ],
'db' => [ 'db' => [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=rm-bp1e72v3b2ooc5e4keo.mysql.rds.aliyuncs.com;dbname=p_manage', 'dsn' => 'mysql:host=rm-uf62563t9nn3vr5t0.mysql.rds.aliyuncs.com;dbname=p_manage',
'username' => 'bqb', 'username' => 'bqb',
'password' => 'l7unhjtOq0EX1zjCOfbi4fIh', 'password' => 'l7unhjtOq0EX1zjCOfbi4fIh',
'charset' => 'utf8', 'charset' => 'utf8',
...@@ -36,14 +36,14 @@ return [ ...@@ -36,14 +36,14 @@ return [
], ],
'db_pwallet' => [ 'db_pwallet' => [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=rm-bp1e72v3b2ooc5e4keo.mysql.rds.aliyuncs.com;dbname=p_coin', 'dsn' => 'mysql:host=rm-uf62563t9nn3vr5t0.mysql.rds.aliyuncs.com;dbname=p_coin',
'username' => 'bqb', 'username' => 'bqb',
'password' => 'l7unhjtOq0EX1zjCOfbi4fIh', 'password' => 'l7unhjtOq0EX1zjCOfbi4fIh',
'charset' => 'utf8', 'charset' => 'utf8',
], ],
'p_sources' => [ 'p_sources' => [
'class' => 'yii\db\Connection', 'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=rm-bp1e72v3b2ooc5e4keo.mysql.rds.aliyuncs.com;dbname=p_sources', 'dsn' => 'mysql:host=rm-uf62563t9nn3vr5t0.mysql.rds.aliyuncs.com;dbname=p_sources',
'username' => 'bqb', 'username' => 'bqb',
'password' => 'l7unhjtOq0EX1zjCOfbi4fIh', 'password' => 'l7unhjtOq0EX1zjCOfbi4fIh',
'charset' => 'utf8', '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