Actualizacion

parent 5f8d9412
...@@ -60,11 +60,20 @@ doctrine: ...@@ -60,11 +60,20 @@ 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%"
spool: { type: memory }
username: "%mailer_user%"
password: "%mailer_password%"
encryption: %mailer_encryption%
port: %mailer_port%
spool: { type: memory }
propel: propel:
dbal: dbal:
......
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