add dekalee mailjet bundle configuration

typo

add post install file
This commit is contained in:
Nicolas Thal
2018-06-22 16:41:16 +02:00
committed by nicolasThal
parent 1939cca08e
commit fb04255d38
3 changed files with 24 additions and 0 deletions
@@ -0,0 +1,4 @@
dekalee_mailjet:
api_key: '%env(DEKALEE_MAILJET_API_KEY)%'
secret_key: '%env(DEKALEE_MAILJET_SECRET_KEY)%'
base_template_id: '%env(DEKALEE_MAILJET_BASE_TEMPLATE_ID)%'
+13
View File
@@ -0,0 +1,13 @@
{
"bundles": {
"Dekalee\\MailjetBundle\\DekaleeMailjetBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DEKALEE_MAILJET_API_KEY": "your-api_key",
"DEKALEE_MAILJET_SECRET_KEY": "your-secret_key",
"DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id"
}
}
@@ -0,0 +1,7 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> DekaleeMailjet, What's next? </>
<bg=blue;fg=white> </>
* The Dekalee/MailjetBundle needs your mailjet configuration.
Modify your DEKALEE_MAILJET_API_KEY, DEKALEE_MAILJET_SECRET_KEY
and DEKALEE_MAILJET_BASE_TEMPLATE_ID config in <fg=green>.env</>