From 0240dd18d5765e3607e76d3423f8e08f26260ca3 Mon Sep 17 00:00:00 2001 From: Reyo Stallenberg Date: Mon, 29 Jun 2020 15:24:14 +0200 Subject: [PATCH] Add configuration --- .../1.0/config/packages/connectholland_timechimp.yaml | 2 ++ connectholland/timechimp-bundle/1.0/manifest.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 connectholland/timechimp-bundle/1.0/config/packages/connectholland_timechimp.yaml 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" }