浏览代码

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