Fix the port numbers in the documentation to match actual values (build)

This commit is contained in:
Gary Rowe 2017-02-06 16:23:11 +00:00 committed by Chris Rankin
parent 5787626032
commit aea3f6f20e

View File

@ -63,11 +63,11 @@ The Demo Nodes can be started in one of two modes:
.. note:: 5 Corda nodes will be created on the following port on localhost by default.
* Notary -> 20002
* Alice -> 20004
* Bob -> 20006
* Notary -> 20001
* Alice -> 20003
* Bob -> 20005
* UK Bank Plc -> 20008 (*Issuer node*)
* USA Bank Corp -> 20010 (*Issuer node*)
* USA Bank Corp -> 20009 (*Issuer node*)
Explorer login credentials to the Issuer nodes are defaulted to ``manager`` and ``test``.
Explorer login credentials to the Participants nodes are defaulted to ``user1`` and ``test``.