From d6a99da42cb94388be23104a7201210fa4da7b6c Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Wed, 13 Jul 2022 13:40:44 +0300 Subject: [PATCH] [#565] Use localhost instead of 127.0.0.1 Signed-off-by: Denis Kirillov --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index b697c3ab..1a6f0555 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -85,7 +85,7 @@ cache: nats: enabled: true - endpoint: nats://127.0.0.1:4222 + endpoint: nats://localhost:4222 timeout: 30s cert_file: /path/to/cert key_file: /path/to/key