lin 6 years ago
parent
commit
695af3d1f2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      common/config/amqp-local.php

+ 2 - 1
common/config/amqp-local.php

@@ -2,7 +2,8 @@
 
 return [
     'class' => 'components\service\Amqp',
-    'host'	=> '192.168.3.10',
+//    'host'	=> '192.168.3.10',
+    'host'	=> '127.0.0.1',
     'port'	=> '5672',
     'user'	=> 'guest',
     'pass'	=> 'Guest',