Skip to content

Commit

Permalink
Update default config files to use the latest RoadRunner format
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldinof committed Mar 9, 2022
1 parent 314c91b commit 38c9704
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .rr.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: "2.7"

server:
command: "php bin/console baldinof:roadrunner:worker"
# If you are using symfony 5.3+ and the new Runtime component:
# remove the previous `command` line above and uncomment the line below.
# command: "php public/index.php"
command: "php public/index.php"
# If you are not using symfony 5.3+ and the new Runtime component:
# remove the previous `command` line above and uncomment the line below to use the deprecated command.
# command: "php bin/console baldinof:roadrunner:worker"
env:
APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime
- APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime

http:
address: 0.0.0.0:8080
Expand Down
12 changes: 7 additions & 5 deletions .rr.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: "2.7"

server:
command: "php bin/console baldinof:roadrunner:worker"
# If you are using symfony 5.3+ and the new Runtime component:
# remove the previous `command` line above and uncomment the line below.
# command: "php public/index.php"
command: "php public/index.php"
# If you are not using symfony 5.3+ and the new Runtime component:
# remove the previous `command` line above and uncomment the line below to use the deprecated command.
# command: "php bin/console baldinof:roadrunner:worker"
env:
APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime
- APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime

http:
address: 0.0.0.0:8080
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.1] - 2022-03-09

### Fixed

- Provided updated RoadRunner config files to new project installed via Symfony Flex

## [2.2.0] - 2022-02-28

### Changed
Expand Down

0 comments on commit 38c9704

Please sign in to comment.