Espinoza Guillermo %!s(int64=6) %!d(string=hai) anos
pai
achega
7c4b6f816c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/KeaBundle/Services/KeaConfigService.php

+ 2 - 2
src/KeaBundle/Services/KeaConfigService.php

@@ -57,8 +57,8 @@ class KeaConfigService
 
         $this->amqpConfig = [
             'host' => $amqpHost,
-            'user' => $databaseUser,
-            'password' => $databasePassword,
+            'user' => $amqpUser,
+            'password' => $amqpPassword,
         ];
     }