Browse Source

agregue config del workflow

Luciano Andrade 7 years ago
parent
commit
5fe68c2f91
2 changed files with 4 additions and 1 deletions
  1. 1 0
      app/config/config.yml
  2. 3 1
      app/config/parameters.yml.dist

+ 1 - 0
app/config/config.yml

@@ -21,6 +21,7 @@ imports:
     - { resource: '@GeoserverBundle/Resources/config/services.yml' }
     - { resource: "@AuditBundle/Resources/config/services.yml" }
     - { resource: "@AuthBundle/Resources/config/services.yml" }
+    - { resource: "@WorkflowBundle/Resources/config/services.yml" }
 
 # Put parameters here that don't need to change on each machine where the app is deployed
 # http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration

+ 3 - 1
app/config/parameters.yml.dist

@@ -38,4 +38,6 @@ parameters:
     device_server_base: 1
     # Url del webservice de crontab para crear los archivos
     url_crontab: http://127.0.0.1/cron.php?wsdl
-    env(HOST_BASE): base
+    env(HOST_BASE): base
+    env(HOST_AMQP): 127.0.0.1
+    rabbit_mq.host: %env(HOST_AMQP)%