소스 검색

FD3-669 fix

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,
         ];
     }