Merge pull request #232

This commit is contained in:
symfony-flex-server[bot]
2018-01-06 14:04:28 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,7 @@
services:
Endroid\Twitter\Client:
arguments:
- '%env(TWITTER_CONSUMER_KEY)%'
- '%env(TWITTER_CONSUMER_SECRET)%'
- '%env(TWITTER_ACCESS_TOKEN)%'
- '%env(TWITTER_ACCESS_TOKEN_SECRET)%'
+11
View File
@@ -0,0 +1,11 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TWITTER_CONSUMER_KEY": "",
"TWITTER_CONSUMER_SECRET": "",
"TWITTER_ACCESS_TOKEN": "",
"TWITTER_ACCESS_TOKEN_SECRET": ""
}
}