Commit 592df1a9 authored by shajiaiming's avatar shajiaiming

数据库配置更新

parent d73d0077
......@@ -28,7 +28,7 @@ return [
# ],
'db' => [
'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',
'password' => 'l7unhjtOq0EX1zjCOfbi4fIh',
'charset' => 'utf8',
......@@ -36,14 +36,14 @@ return [
],
'db_pwallet' => [
'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',
'password' => 'l7unhjtOq0EX1zjCOfbi4fIh',
'charset' => 'utf8',
],
'p_sources' => [
'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',
'password' => 'l7unhjtOq0EX1zjCOfbi4fIh',
'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