Explorar el Código

AMQP_KEY added. Related to radius#3

Guillermo Espinoza hace 5 años
padre
commit
32973b607a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)