Recipe per parameter-tracker-bundle

This commit is contained in:
Giuseppe Fabiano
2024-03-20 15:09:21 +01:00
parent 24731289ce
commit 9bd8791193
2 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"manifests": {
"webindustry/parameter-tracker-bundle": {
"manifest": {
"bundles": {
"ParameterTrackerBundle\\ParameterTrackerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
},
"files": {
"config/packages/parameter_tracker.yaml": {
"contents": [
"parameter_tracker:",
" expire_hours: 72",
" parameters:",
" # - utm",
" # - fb",
" exclude_prefix:",
" # - /intranet"
],
"executable": false
}
},
"ref": "cd534f3da6e856145377654cea8a6ece39890aba"
}
}
}