From fc32baff1008711fa3bcc0d8e92b88e70bd03b8f Mon Sep 17 00:00:00 2001 From: Fabio Pinheiro Date: Wed, 25 Sep 2024 16:08:37 +0100 Subject: [PATCH] fix: type in MEDIATOR_ENDPOINTS Signed-off-by: Fabio Pinheiro --- documentation/docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/quick-start.md b/documentation/docs/quick-start.md index 5ca299372..0e7301340 100644 --- a/documentation/docs/quick-start.md +++ b/documentation/docs/quick-start.md @@ -364,7 +364,7 @@ MEDIATOR_VERSION=0.15.0 SERVICE_ENDPOINTS="http://$(ipconfig getifaddr $(route g MEDIATOR_VERSION=0.15.0 SERVICE_ENDPOINTS="http://$(ip addr show $(ip route show default | awk '/default/ {print $5}') | grep 'inet ' | awk '{print $2}' | cut -d/ -f1):8080;ws://$(ip addr show $(ip route show default | awk '/default/ {print $5}') | grep 'inet ' | awk '{print $2}' | cut -d/ -f1):8080/ws" docker-compose up ``` -`MEDIATOR_ENDPOINT` is then set to your local IP address:8080. +`MEDIATOR_ENDPOINTS` is then set to your local IP address:8080. 3. More advanced documentation and configuration options can be found [here](https://github.com/hyperledger/identus-mediator).