diff --git a/connectholland/timechimp-bundle/1.0/config/packages/connectholland_timechimp.yaml b/connectholland/timechimp-bundle/1.0/config/packages/connectholland_timechimp.yaml new file mode 100644 index 00000000..6f608c09 --- /dev/null +++ b/connectholland/timechimp-bundle/1.0/config/packages/connectholland_timechimp.yaml @@ -0,0 +1,2 @@ +connectholland_timechimp: + api_key: '%env(string:TIMECHIMP_ACCESS_TOKEN)%' diff --git a/connectholland/timechimp-bundle/1.0/manifest.json b/connectholland/timechimp-bundle/1.0/manifest.json index be7dfa63..2565f3bb 100644 --- a/connectholland/timechimp-bundle/1.0/manifest.json +++ b/connectholland/timechimp-bundle/1.0/manifest.json @@ -1,8 +1,10 @@ { "bundles": { - "Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle": ["all"], "ConnectHolland\\TimechimpBundle\\ConnecthollandTimechimpBundle": ["all"] }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, "env": { "TIMECHIMPBUNDLE_ACCESS_TOKEN": "baerer-token-value" }