From 1673fc3b1735efad659981b0349912ff3747acc3 Mon Sep 17 00:00:00 2001 From: Anton Zenkov Date: Fri, 15 Mar 2024 22:25:19 +0800 Subject: [PATCH] Add recipe for luzrain/phprunner-bundle (#1601) * Add recipe for luzrain/phprunner-bundle * Change default port --- .../0.1/config/packages/phprunner.yaml | 12 ++++++++++++ luzrain/phprunner-bundle/0.1/manifest.json | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml create mode 100644 luzrain/phprunner-bundle/0.1/manifest.json 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%/" + } +}