Add configuration

This commit is contained in:
Reyo Stallenberg
2020-06-29 15:26:57 +02:00
parent d1cdeed733
commit 0240dd18d5
2 changed files with 5 additions and 1 deletions
@@ -0,0 +1,2 @@
connectholland_timechimp:
api_key: '%env(string:TIMECHIMP_ACCESS_TOKEN)%'
@@ -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"
}