Commit 683e0fd7 authored by shajiaiming's avatar shajiaiming

fix

parent 8739b6f4
...@@ -85,6 +85,13 @@ return [ ...@@ -85,6 +85,13 @@ return [
'password' => 'fuzamei47100222198', 'password' => 'fuzamei47100222198',
'database' => 5, 'database' => 5,
], ],
'redis_currency' => [
'class' => 'yii\redis\Connection',
'hostname' => '172.16.0.222',
'port' => 6379,
'password' => 'fuzamei47100222198',
'database' => 6,
],
'queue' => [ 'queue' => [
'class' => \yii\queue\redis\Queue::class, 'class' => \yii\queue\redis\Queue::class,
'redis' => 'redis-queue', // Redis connection component or its config 'redis' => 'redis-queue', // Redis connection component or its config
......
...@@ -141,5 +141,13 @@ return [ ...@@ -141,5 +141,13 @@ return [
'en-US', 'en-US',
'ja', 'ja',
'ko' 'ko'
],
'banner_type' => [
1 => '探索',
2 => '快讯',
3 => '文章',
4 => '邀请有礼Banner',
5 => '邀请有礼海报'
] ]
]; ];
#!/bin/bash
while true; do php /data_wallet/token_config/yii ticker/currency >> /data_wallet/ticker-currency.log 2>&1; sleep 60; done &
\ No newline at end of file
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