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..151af159 --- /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..dae33c5f --- /dev/null +++ b/helppc/supervisor-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "HelpPC\\Bundle\\SupervisorBundle\\SupervisorBundle": ["all"] + }, + "aliases": ["supervisor", "supervisor-ui", "supervisorui"], + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}