Skip to content
Snippets Groups Projects
Commit 0bf3dc78 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Merge branch 'patch-1' into 'master'

fix(installation/parameters): prevent error: "fos_user.from_email.address" cannot contain an empty value, but got null.

See merge request pixelhumain/GoGoCarto!35
parents a58b8288 50ba9cda
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ parameters: ...@@ -13,7 +13,7 @@ parameters:
# EMAIL SERVER # EMAIL SERVER
mailer_transport: smtp mailer_transport: smtp
mailer_host: 127.0.0.1 mailer_host: 127.0.0.1
mailer_user: ~ mailer_user: user@localhost.fr
mailer_password: ~ mailer_password: ~
# CONTACT EMAIL (displayed on error messages) # 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