Closed simonovic86 closed 3 years ago
We have to pass different HOST values depending on how we deploy the service.
HOST
One solution would be to, instead of passing TCP_HOST we pass:
TCP_HOST
SWARM_HOST
SWARM_WS_HOST
API_HOST
GATEWAY_HOST
This issue is linked to 6.
Instead of passing different HOSTs we can pass an announce list to the underlying libp2p.
libp2p
We have to pass different
HOST
values depending on how we deploy the service.One solution would be to, instead of passing
TCP_HOST
we pass:SWARM_HOST
SWARM_WS_HOST
API_HOST
GATEWAY_HOST
This issue is linked to 6.