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 new file mode 100644 index 00000000..2565f3bb --- /dev/null +++ b/connectholland/timechimp-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "ConnectHolland\\TimechimpBundle\\ConnecthollandTimechimpBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TIMECHIMPBUNDLE_ACCESS_TOKEN": "baerer-token-value" + } +} diff --git a/connectholland/timechimp-bundle/1.0/post-install.txt b/connectholland/timechimp-bundle/1.0/post-install.txt new file mode 100644 index 00000000..2009c2ae --- /dev/null +++ b/connectholland/timechimp-bundle/1.0/post-install.txt @@ -0,0 +1,6 @@ + + To finish the install + + + * Your Connect Holland Timechimp bundle installation is almost ready: + 1. Add your Timechimp Access Token to the .env file