mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"connectholland/timechimp-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"ConnectHolland\\TimechimpBundle\\ConnecthollandTimechimpBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"TIMECHIMPBUNDLE_ACCESS_TOKEN": "baerer-token-value"
|
|
},
|
|
"post-install-output": [
|
|
" * Your Connect Holland Timechimp bundle installation is almost ready:",
|
|
" 1. Add your Timechimp Access Token to the .env file"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/connectholland_timechimp.yaml": {
|
|
"contents": [
|
|
"connectholland_timechimp:",
|
|
" api_key: '%env(string:TIMECHIMP_ACCESS_TOKEN)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "84527816cc62efb58453131d350a5aee146f9f7e"
|
|
}
|
|
}
|
|
}
|