From 40b603d23006da58253b2d098033c3dda63ef27c Mon Sep 17 00:00:00 2001 From: dmitry krokhin Date: Wed, 19 Jan 2022 13:51:11 +0300 Subject: [PATCH] readme performance nats connection configuration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1bd869d..67327fc 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,8 @@ Saving to: ‘composer.phar’ Installing dependencies from lock file (including require-dev) ... + % export NATS_HOST=0.0.0.0 + % export NATS_PORT=4222 % export NATS_CLIENT_LOG=1 % vendor/bin/phpunit --filter performance PHPUnit 9.5.10 by Sebastian Bergmann and contributors.