diff --git a/helppc/supervisor-bundle/1.0/config/packages/helppc_supervisor.yaml b/helppc/supervisor-bundle/1.0/config/packages/helppc_supervisor.yaml new file mode 100644 index 00000000..1e3ca8b0 --- /dev/null +++ b/helppc/supervisor-bundle/1.0/config/packages/helppc_supervisor.yaml @@ -0,0 +1,8 @@ +supervisor: + default_environment: all + servers: + all: + localhost: + scheme: http + host: 127.0.0.1 + port: 9001 diff --git a/helppc/supervisor-bundle/1.0/config/routes/helppc_supervisor.yaml b/helppc/supervisor-bundle/1.0/config/routes/helppc_supervisor.yaml new file mode 100644 index 00000000..46d08658 --- /dev/null +++ b/helppc/supervisor-bundle/1.0/config/routes/helppc_supervisor.yaml @@ -0,0 +1,3 @@ +supervisor: + resource: '@SupervisorBundle/Resources/config/routing.xml' + prefix: /supervisor diff --git a/helppc/supervisor-bundle/1.0/manifest.json b/helppc/supervisor-bundle/1.0/manifest.json new file mode 100644 index 00000000..d74174b4 --- /dev/null +++ b/helppc/supervisor-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "HelpPC\\Bundle\\SupervisorBundle\\SupervisorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} 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..d39c43bd --- /dev/null +++ b/helppc/supervisor-rest-bundle/1.0/config/packages/helppc_supervisor_rest.yaml @@ -0,0 +1,8 @@ +supervisor_rest: + default_environment: dev + servers: + dev: + 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..de190ac3 --- /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%/" + } +}