We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7068b98 commit 062c5c4Copy full SHA for 062c5c4
README.md
@@ -74,6 +74,9 @@ Simple `.rr.yaml` config example ([full example can be found here][roadrunner_co
74
> For `windows` path must be full (eg.: `php vendor/spiral/roadrunner-laravel/bin/rr-worker start`)
75
76
```yaml
77
+rpc:
78
+ listen: tcp://127.0.0.1:6001
79
+
80
server:
81
command: "php ./vendor/bin/rr-worker start --relay-dsn unix:///var/run/rr-relay.sock"
82
relay: "unix:///var/run/rr-relay.sock"
0 commit comments