mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 11:56:25 +03:00
Add recipe for luzrain/phprunner-bundle (#1601)
* Add recipe for luzrain/phprunner-bundle * Change default port
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Luzrain\\PhpRunnerBundle\\PhpRunnerBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user