mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
add dekalee mailjet bundle configuration
typo add post install file
This commit is contained in:
committed by
nicolasThal
parent
1939cca08e
commit
fb04255d38
@@ -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)%'
|
||||
@@ -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</>
|
||||
Reference in New Issue
Block a user