dever 7 년 전
부모
커밋
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',
 	),