Commit 24e2ae19 authored by shajiaiming's avatar shajiaiming

fix

parent 4f94fb41
...@@ -51,44 +51,44 @@ return [ ...@@ -51,44 +51,44 @@ return [
], ],
'redis' => [ 'redis' => [
'class' => 'yii\redis\Connection', 'class' => 'yii\redis\Connection',
'hostname' => '47.100.226.15', 'hostname' => '127.0.0.1',
'port' => 6379, 'port' => 6379,
'password' => 'fuzamei47100222198', 'password' => 'bn_wallet',
'database' => 2, 'database' => 2,
], ],
'redis-queue' => [ 'redis-queue' => [
'class' => 'yii\redis\Connection', 'class' => 'yii\redis\Connection',
'hostname' => '47.100.226.15', 'hostname' => '127.0.0.1',
'port' => 6379, 'port' => 6379,
'password' => 'fuzamei47100222198', 'password' => 'bn_wallet',
'database' => 3, 'database' => 3,
], ],
'redis_app' => [ 'redis_app' => [
'class' => 'yii\redis\Connection', 'class' => 'yii\redis\Connection',
'hostname' => '47.100.226.15', 'hostname' => '127.0.0.1',
'port' => 6379, 'port' => 6379,
'password' => 'fuzamei47100222198', 'password' => 'bn_wallet',
'database' => 4, 'database' => 4,
], ],
'redis_ticker' => [ 'redis_ticker' => [
'class' => 'yii\redis\Connection', 'class' => 'yii\redis\Connection',
'hostname' => '47.100.226.15', 'hostname' => '127.0.0.1',
'port' => 6379, 'port' => 6379,
'password' => 'fuzamei47100222198', 'password' => 'bn_wallet',
'database' => 5, 'database' => 5,
], ],
'redis_currency' => [ 'redis_currency' => [
'class' => 'yii\redis\Connection', 'class' => 'yii\redis\Connection',
'hostname' => '47.100.226.15', 'hostname' => '127.0.0.1',
'port' => 6379, 'port' => 6379,
'password' => 'fuzamei47100222198', 'password' => 'bn_wallet',
'database' => 6, 'database' => 6,
], ],
'redis_es' => [ 'redis_es' => [
'class' => 'yii\redis\Connection', 'class' => 'yii\redis\Connection',
'hostname' => '47.100.226.15', 'hostname' => '127.0.0.1',
'port' => 6379, 'port' => 6379,
'password' => 'fuzamei47100222198', 'password' => 'bn_wallet',
'database' => 7, 'database' => 7,
], ],
'queue' => [ 'queue' => [
......
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