Skip to content
Snippets Groups Projects
Commit 50ba9cda authored by Nolwennig Guilbert's avatar Nolwennig Guilbert
Browse files

fix(installation/parameters): prevent error:

 - [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] The path "fos_user.from_email.address" cannot contain an empty value, but got null.
parent a58b8288
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ parameters:
# EMAIL SERVER
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: ~
mailer_user: user@localhost.fr
mailer_password: ~
# CONTACT EMAIL (displayed on error messages)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment