Przeglądaj źródła

agregue workflow bundle

Luciano Andrade 7 lat temu
rodzic
commit
32bb45c345

+ 1 - 0
app/AppKernel.php

@@ -50,6 +50,7 @@ class AppKernel extends Kernel
             new AuthBundle\AuthBundle(),
 
             new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
+            new WorkflowBundle\WorkflowBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {

+ 2 - 0
app/config/parameters.yml.dist

@@ -38,3 +38,5 @@ parameters:
 
     # Url del webservice de crontab para crear los archivos
     url_crontab: http://127.0.0.1/cron.php?wsdl
+
+    env(HOST_BASE): base

+ 2 - 0
app/config/parameters.yml.docker

@@ -44,3 +44,5 @@ parameters:
     geoserver_user: admin
     geoserver_pass: geoserver
     geoserver_path_shapes: '/var/flowdat/geoserver-shapes'
+
+    url_crontab: http://supervisord/cron.php?wsdl