mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipes for solvrtech/symfony-logbook (#1453)
Co-authored-by: ketut-angga <ketut.angga@balabali.com>
This commit is contained in:
co-authored by
ketut-angga
parent
14daaf39e5
commit
660c8c339c
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user