@@ -9,11 +9,11 @@ $config['base'] = array
# 小程序内容端接口地址
'applet_content' => 'http://cm.5dev.cn/applet_on/content/v1/',
-
+
# 定义队列
'queue' => array
(
- 'method' => 'db',
+ 'method' => 'redis',
'host' => '172.26.102.182',
'port' => '6379',
),