diff --git a/core23/facebook-bundle/0.4/config/packages/core23_facebook.yaml b/core23/facebook-bundle/0.4/config/packages/core23_facebook.yaml new file mode 100644 index 00000000..9f3052f5 --- /dev/null +++ b/core23/facebook-bundle/0.4/config/packages/core23_facebook.yaml @@ -0,0 +1,4 @@ +core23_facebook: + api: + app_id: '%env(FACEBOOK_API_ID)%' + app_secret: '%env(FACEBOOK_API_SECRET)%' diff --git a/core23/facebook-bundle/0.4/manifest.json b/core23/facebook-bundle/0.4/manifest.json new file mode 100644 index 00000000..46a1d6fd --- /dev/null +++ b/core23/facebook-bundle/0.4/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Core23\\FacebookBundle\\Core23FacebookBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FACEBOOK_API_ID": "", + "FACEBOOK_API_SECRET": "" + } +}