mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
do not set boolean parameter in env file
This commit is contained in:
@@ -3,4 +3,4 @@ dekalee_mailjet:
|
||||
secret_key: '%env(DEKALEE_MAILJET_SECRET_KEY)%'
|
||||
base_template_id: '%env(DEKALEE_MAILJET_BASE_TEMPLATE_ID)%'
|
||||
reporting_email: '%env(DEKALEE_MAILJET_EMAIL_REPORTING)%'
|
||||
force_deliver: "%env(DEKALEE_MAILJET_FORCE_DELIVER)%"
|
||||
force_deliver: false
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"DEKALEE_MAILJET_API_KEY": "your-api_key",
|
||||
"DEKALEE_MAILJET_SECRET_KEY": "@@your-secret_key",
|
||||
"DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id",
|
||||
"DEKALEE_MAILJET_EMAIL_REPORTING": "your_reporting_email",
|
||||
"DEKALEE_MAILJET_FORCE_DELIVER": "false"
|
||||
"DEKALEE_MAILJET_EMAIL_REPORTING": "your_reporting_email"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user