Browse Source

AMQP KEY device listener

Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
4a05cb8892
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      EventListener/DeviceListener.php

+ 1 - 0
EventListener/DeviceListener.php

@@ -91,6 +91,7 @@ class DeviceListener
            'command' => 'amqp:remote',
            'name' => $name,
            '--args' => $cmd_args,
+           '--route' => getenv("AMQP_KEY"),
         ));
         
         $output = new BufferedOutput();