fix recipe

This commit is contained in:
Luca Rath-Heel
2020-08-28 12:45:37 +02:00
parent 2008f1fd03
commit 2e1614c696
2 changed files with 3 additions and 8 deletions
@@ -1,8 +1,8 @@
sulu_form:
mail:
from: "%env(resolve:SULU_FORM_EMAIL_FROM)%"
to: "%env(resolve:SULU_FORM_EMAIL_TO)%"
sender: "%env(resolve:SULU_FORM_EMAIL_SENDER)%"
from: "%env(SULU_ADMIN_EMAIL)%"
to: "%env(SULU_ADMIN_EMAIL)%"
sender: "%env(SULU_ADMIN_EMAIL)%"
framework:
esi: true
-5
View File
@@ -4,10 +4,5 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SULU_FORM_EMAIL_FROM": "",
"SULU_FORM_EMAIL_TO": "",
"SULU_FORM_EMAIL_SENDER": ""
}
}