diff --git a/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml b/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml new file mode 100644 index 000000000..72f3b6306 --- /dev/null +++ b/luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml @@ -0,0 +1,12 @@ +phprunner: + servers: + - + name: Webserver + listen: http://0.0.0.0:8080 + processes: 4 + + reload_strategy: + on_exception: + active: true + on_file_change: + active: true diff --git a/luzrain/phprunner-bundle/0.1/manifest.json b/luzrain/phprunner-bundle/0.1/manifest.json new file mode 100644 index 000000000..ea9509d62 --- /dev/null +++ b/luzrain/phprunner-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Luzrain\\PhpRunnerBundle\\PhpRunnerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}