dever 6 years ago
parent
commit
413804fe5a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      applet/config/base.php

+ 4 - 1
applet/config/base.php

@@ -9,7 +9,10 @@ $config['base'] = array
 	# 定义队列
 	'queue' => array
 	(
-		'method' => 'db',
+		'method' => 'redis',
+		'host' => '172.26.102.182',
+		'port' => '6379',
+		'key' => false,
 	),
 );