mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Update recipes for artprima/prometheus v1.14 (artprima/prometheus-metrics-bundle#75) * Add new line at the end of config file
12 lines
236 B
JSON
12 lines
236 B
JSON
{
|
|
"bundles": {
|
|
"Artprima\\PrometheusMetricsBundle\\ArtprimaPrometheusMetricsBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"PROM_METRICS_DSN": "apcu"
|
|
}
|
|
}
|