Commit cbbb40dc authored by shajiaiming's avatar shajiaiming

fix

parent 01f5bbfa
......@@ -78,6 +78,13 @@ return [
'password' => 'fuzamei47100222198',
'database' => 4,
],
'redis_ticker' => [
'class' => 'yii\redis\Connection',
'hostname' => '172.16.0.222',
'port' => 6379,
'password' => 'fuzamei47100222198',
'database' => 5,
],
'queue' => [
'class' => \yii\queue\redis\Queue::class,
'redis' => 'redis-queue', // Redis connection component or its config
......
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