Browse Source

FD3-669 fix

Espinoza Guillermo 6 năm trước cách đây
mục cha
commit
7c4b6f816c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,
         ];
     }