diff options
author | Valery Piashchynski <[email protected]> | 2023-03-16 11:48:35 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-03-16 11:48:35 +0100 |
commit | d2eefe3af7bbeb8c302b5af1448318a1e600980d (patch) | |
tree | 90b21d47b1115bd0b2b1aaa920d4c9db5c685d40 /README.md | |
parent | 5dbfd055bae06d1e9403d5225af33b9109906402 (diff) |
chore: use config `version: '3'`
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ file ([full sample](https://github.com/roadrunner-server/roadrunner/blob/master/ ```yaml # configuration version: https://roadrunner.dev/docs/beep-beep-config/2.x/en -version: '2.7' +version: '3' rpc: listen: tcp://127.0.0.1:6001 |