[#565] Use localhost instead of 127.0.0.1

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-07-13 13:40:44 +03:00 committed by Alex Vanin
parent ceb00eefc5
commit d6a99da42c

View file

@ -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