mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
42 lines
1.4 KiB
JSON
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"
|
|
}
|
|
}
|
|
} |