[#565] Use localhost instead of 127.0.0.1
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
ceb00eefc5
commit
d6a99da42c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue