Add recipe for helppc/supervisor-bundle

This commit is contained in:
Tomáš Kulhánek
2020-10-11 21:51:20 +02:00
parent b4a342c6f7
commit cbe9aca4a3
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,8 @@
supervisor:
default_environment: all
servers:
all:
localhost:
scheme: http
host: 127.0.0.1
port: 9001
@@ -0,0 +1,3 @@
supervisor:
resource: "@SupervisorBundle/Resources/config/routing.xml"
prefix: /supervisor
@@ -0,0 +1,9 @@
{
"bundles": {
"HelpPC\\Bundle\\SupervisorBundle\\SupervisorBundle": ["all"]
},
"aliases": ["supervisor", "supervisor-ui", "supervisorui"],
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}