Commit 24e2ae19 authored by shajiaiming's avatar shajiaiming

fix

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