Merge pull request #623

This commit is contained in:
symfony-flex-server[bot]
2019-04-06 09:34:01 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"LINKEDIN_API_KEY": "\"replace_me\"",
"LINKEDIN_API_SECRET": "\"replace_me\""
"LINKEDIN_API_KEY": "replace_me",
"LINKEDIN_API_SECRET": "replace_me"
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
},
"env": {
"#1": "Get your API key form https://app.mailgun.com/app/domains",
"MAILGUN_API_KEY": "\"replace_me\""
"MAILGUN_API_KEY": "replace_me"
}
}