Espinoza Guillermo před 6 roky
rodič
revize
7c4b6f816c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/KeaBundle/Services/KeaConfigService.php

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

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