mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 11:56:25 +03:00
* add level config * fix error end with new line * fix error end with new line Co-authored-by: ketut-angga <ketut.angga@balabali.com>
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"bundles": {
|
|
"Solvrtech\\Symfony\\Logbook\\LogbookBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"LOGBOOK_API_URL": "Logbook API url",
|
|
"LOGBOOK_API_KEY": "Logbook API key",
|
|
"LOGBOOK_LEVEL": "ERROR"
|
|
}
|
|
}
|