Files
symfony-flex-recipes-contrib/helppc.supervisor-bundle.1.0.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

42 lines
1.4 KiB
JSON

{
"manifests": {
"helppc/supervisor-bundle": {
"manifest": {
"bundles": {
"HelpPC\\Bundle\\SupervisorBundle\\SupervisorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/helppc_supervisor.yaml": {
"contents": [
"supervisor:",
" resource: '@SupervisorBundle/Resources/config/routing.xml'",
" prefix: /supervisor",
""
],
"executable": false
},
"config/packages/helppc_supervisor.yaml": {
"contents": [
"supervisor:",
" default_environment: all",
" servers:",
" all:",
" localhost:",
" scheme: http",
" host: 127.0.0.1",
" port: 9001",
""
],
"executable": false
}
},
"ref": "21b8bccdadf4cfd3d7927f5d0d9ac2fe87d1f03b"
}
}
}