Skip to content

Commit

Permalink
Merge pull request #504 from jeroenvandijk/patch-1
Browse files Browse the repository at this point in the history
Correct port number in example
  • Loading branch information
mikera authored Jan 23, 2024
2 parents 8773e7a + 4a5b479 commit 6f029e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convex-cli/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ Remember to add the `0x` at the front of the key value, when using a public key

If the peer has been setup correctly on https://convex.world[convex.world], so you can now start your peer, using the following example command:

./convex peer start --public-key=dfbb22 --password=my-password --address=<address> --port=80888 --url=<my-ip>:8088 --peer=convex.world:18888
./convex peer start --public-key=dfbb22 --password=my-password --address=<address> --port=8088 --url=<my-ip>:8088 --peer=convex.world:18888

Where:

Expand Down

0 comments on commit 6f029e6

Please sign in to comment.