Add recipes for solvrtech/symfony-logbook (#1453)

Co-authored-by: ketut-angga <ketut.angga@balabali.com>
This commit is contained in:
ketut angga
2022-12-15 08:15:15 +01:00
committed by GitHub
co-authored by ketut-angga
parent 14daaf39e5
commit 660c8c339c
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
logbook:
api:
url: "%env(LOGBOOK_API_URL)%"
key: "%env(LOGBOOK_API_KEY)%"
@@ -0,0 +1,12 @@
{
"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"
}
}