Added core23/facebook-bundle

This commit is contained in:
core23
2018-09-20 14:11:28 +02:00
parent cd7b0a8979
commit 0eb1ebebc1
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
core23_facebook:
api:
app_id: '%env(FACEBOOK_API_ID)%'
app_secret: '%env(FACEBOOK_API_SECRET)%'

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"Core23\\FacebookBundle\\Core23FacebookBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"FACEBOOK_API_ID": "",
"FACEBOOK_API_SECRET": ""
}
}