Append Supervisor REST bundle

This commit is contained in:
Tomáš Kulhánek
2020-10-31 19:35:43 +01:00
parent 111cda4483
commit 7f1fe256fe
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,8 @@
supervisor_rest:
default_environment: all
servers:
all:
application:
scheme: http
host: localhost
port: 9006
@@ -0,0 +1,3 @@
supervisor:
resource: "@SupervisorRestBundle/Resources/config/routing.xml"
prefix: /api/supervisor
@@ -0,0 +1,8 @@
{
"bundles": {
"HelpPC\\Bundle\\SupervisorRestBundle\\SupervisorRestBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}