debug false

This commit is contained in:
2025-11-04 16:10:56 +08:00
parent 38d37aa416
commit bafb51b9ce
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ use Webman\RedisQueue\Redis;
try {
// 生日有礼
define('AMQP_DEBUG', true);
// define('AMQP_DEBUG', true);
$host = config('cons.mq.host');
$port = config('cons.mq.port');
$user = config('cons.mq.user');