diff --git a/helppc/supervisor-rest-bundle/1.0/config/packages/helppc_supervisor_rest.yaml b/helppc/supervisor-rest-bundle/1.0/config/packages/helppc_supervisor_rest.yaml new file mode 100644 index 00000000..7510c863 --- /dev/null +++ b/helppc/supervisor-rest-bundle/1.0/config/packages/helppc_supervisor_rest.yaml @@ -0,0 +1,8 @@ +supervisor_rest: + default_environment: all + servers: + all: + application: + scheme: http + host: localhost + port: 9006 diff --git a/helppc/supervisor-rest-bundle/1.0/config/routes/helppc_supervisor_rest.yaml b/helppc/supervisor-rest-bundle/1.0/config/routes/helppc_supervisor_rest.yaml new file mode 100644 index 00000000..de25c464 --- /dev/null +++ b/helppc/supervisor-rest-bundle/1.0/config/routes/helppc_supervisor_rest.yaml @@ -0,0 +1,3 @@ +supervisor: + resource: "@SupervisorRestBundle/Resources/config/routing.xml" + prefix: /api/supervisor diff --git a/helppc/supervisor-rest-bundle/1.0/manifest.json b/helppc/supervisor-rest-bundle/1.0/manifest.json new file mode 100644 index 00000000..3fbafe93 --- /dev/null +++ b/helppc/supervisor-rest-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "HelpPC\\Bundle\\SupervisorRestBundle\\SupervisorRestBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}