Files
symfony-flex-recipes-contrib/solvrtech.symfony-logbook.1.0.json
T
github-action[bot]andgithub-action[bot] d686a411ce Update Flex endpoint
2023-05-06 16:46:20 +00:00

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"
}
}
}