Explorar el Código

Disable email delivery on dev env

Jordi Boggiano hace 9 años
padre
commit
327fdcf8d2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      app/config/config_dev.yml

+ 3 - 0
app/config/config_dev.yml

@@ -5,6 +5,9 @@ framework:
     router:   { resource: "%kernel.root_dir%/config/routing_dev.yml" }
     profiler: { only_exceptions: false }
 
+swiftmailer:
+    disable_delivery: true
+
 web_profiler:
     toolbar: true
     intercept_redirects: false