Actualizacion

parent 5f8d9412
...@@ -60,10 +60,19 @@ doctrine: ...@@ -60,10 +60,19 @@ doctrine:
# Swiftmailer Configuration # Swiftmailer Configuration
swiftmailer: swiftmailer:
transport: '%mailer_transport%'
host: '%mailer_host%' transport: "%mailer_transport%"
username: '%mailer_user%'
password: '%mailer_password%' host: "%mailer_host%"
username: "%mailer_user%"
password: "%mailer_password%"
encryption: %mailer_encryption%
port: %mailer_port%
spool: { type: memory } spool: { type: memory }
propel: propel:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment