mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"solvrtech/symfony-logbook": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Solvrtech\\Logbook\\LogbookBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/logbook.yaml": {
|
|
"contents": [
|
|
"logbook:",
|
|
" api:",
|
|
" # The base url of logbook app.",
|
|
" url: \"\"",
|
|
"",
|
|
" # The API key of logbook client app.",
|
|
" key: \"\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/logbook.yaml": {
|
|
"contents": [
|
|
"logbook_health:",
|
|
" resource: \"@LogbookBundle/Resources/config/routes.yaml\"",
|
|
" prefix: /logbook-health",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "e9aa1907bcec92a4fdd4213d6bea62a857ce0448"
|
|
}
|
|
}
|
|
}
|