Skip to content

Commit

Permalink
Merge pull request #1042 from wowica/master
Browse files Browse the repository at this point in the history
Update docs: add api-host option to hydra-node.
  • Loading branch information
Arnaud Bailly authored Aug 30, 2023
2 parents 8b35d20 + 43170f8 commit b27a837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ hydra-node \
--node-socket node.socket \
--api-port 4001 \
--host 0.0.0.0 \
--api-host 0.0.0.0 \
--port 5001 \
--peer 127.0.0.1:5002 \
--hydra-verification-key credentials/bob-hydra.vk \
Expand All @@ -408,6 +409,7 @@ hydra-node \
--node-socket node.socket \
--api-port 4002 \
--host 0.0.0.0 \
--api-host 0.0.0.0 \
--port 5002 \
--peer 127.0.0.1:5001 \
--hydra-verification-key credentials/alice-hydra.vk \
Expand Down

0 comments on commit b27a837

Please sign in to comment.