Espinoza Guillermo 6 年 前
コミット
7c4b6f816c
1 ファイル変更2 行追加2 行削除
  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,
         ];
     }