Merge pull request #107

This commit is contained in:
symfony-flex-server[bot]
2017-10-21 15:53:46 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,5 @@
services:
Mailgun\Mailgun:
class: Mailgun\Mailgun
factory: ['Mailgun\Mailgun', create]
arguments: ['%env(MAILGUN_API_KEY)%']
+9
View File
@@ -0,0 +1,9 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Get your API key form https://app.mailgun.com/app/domains",
"MAILGUN_API_KEY": "\"replace_me\""
}
}