dever 6 лет назад
Родитель
Сommit
bc4d5e6554
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      config/base.php

+ 2 - 2
config/base.php

@@ -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',
 	),