Browse Source

AMQP_KEY added. Related to radius#3

Guillermo Espinoza 5 năm trước cách đây
mục cha
commit
32973b607a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      tools/src/Services/Radius.php

+ 2 - 1
tools/src/Services/Radius.php

@@ -24,7 +24,8 @@ class Radius extends InitialService
             ->setHostEnv(true)
             ->setVarEnv([
                 'VIRTUAL_HOST' => '',
-                'HTTPS_METHOD' => 'nohttps'
+                'HTTPS_METHOD' => 'nohttps',
+                'AMQP_KEY' => 'radius'
             ])
             ->setOauth(true)
             ->setRequired(false)