Skip to content

Commit

Permalink
fix: type in MEDIATOR_ENDPOINTS (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Pinheiro <[email protected]>
  • Loading branch information
FabioPinheiro authored Sep 25, 2024
1 parent 042493b commit e7ab5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit e7ab5da

Please sign in to comment.