Merge pull request #161

This commit is contained in:
symfony-flex-server[bot]
2017-11-29 20:15:39 +00:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
adback_api_client:
access_token: "%env(ADBACK_API_CLIENT_ACCESS_TOKEN)%"

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"Adback\\ApiClientBundle\\AdbackApiClientBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ADBACK_API_CLIENT_ACCESS_TOKEN": "adback-access-token"
}
}