소스 검색

Merge branch 'master' of ssh://200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle

Luciano Andrade 8 년 전
부모
커밋
20b7baec00
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      Resources/config/rabbit_mq/config.yml

+ 5 - 5
Resources/config/rabbit_mq/config.yml

@@ -1,11 +1,11 @@
 old_sound_rabbit_mq:
 old_sound_rabbit_mq:
     connections:
     connections:
         default:
         default:
-            host: %rabbit_mq.host%
-            port: %rabbit_mq.port%
-            user: %rabbit_mq.user%
-            password: %rabbit_mq.password%
-            vhost: %rabbit_mq.vhost%
+            host: "%rabbit_mq.host%"
+            port: "%rabbit_mq.port%"
+            user: "%rabbit_mq.user%"
+            password: "%rabbit_mq.password%"
+            vhost: "%rabbit_mq.vhost%"
             lazy: false
             lazy: false
             connection_timeout: 3
             connection_timeout: 3
             read_write_timeout: 3
             read_write_timeout: 3