Merge pull request #503

This commit is contained in:
symfony-flex-server[bot]
2018-11-17 11:52:25 +00:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
core23_facebook:
api:
app_id: '%env(FACEBOOK_API_ID)%'
app_secret: '%env(FACEBOOK_API_SECRET)%'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Core23\\FacebookBundle\\Core23FacebookBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"FACEBOOK_API_ID": "",
"FACEBOOK_API_SECRET": ""
}
}