mirror of
https://github.com/corda/corda.git
synced 2025-05-29 05:34:22 +00:00
Fix the port numbers in the documentation to match actual values
This commit is contained in:
parent
2f378f0e15
commit
b1c5de1112
10
docs/build/html/node-explorer.html
vendored
10
docs/build/html/node-explorer.html
vendored
@ -288,11 +288,11 @@ Participant nodes will randomly generate spends (eg. move cash to other nodes, i
|
|||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p>5 Corda nodes will be created on the following port on localhost by default.</p>
|
<p>5 Corda nodes will be created on the following port on localhost by default.</p>
|
||||||
<ul class="last simple">
|
<ul class="last simple">
|
||||||
<li>Notary -> 20002</li>
|
<li>Notary -> 20001</li>
|
||||||
<li>Alice -> 20004</li>
|
<li>Alice -> 20003</li>
|
||||||
<li>Bob -> 20006</li>
|
<li>Bob -> 20005</li>
|
||||||
<li>UK Bank Plc -> 20008 (<em>Issuer node</em>)</li>
|
<li>UK Bank Plc -> 20007 (<em>Issuer node</em>)</li>
|
||||||
<li>USA Bank Corp -> 20010 (<em>Issuer node</em>)</li>
|
<li>USA Bank Corp -> 20009 (<em>Issuer node</em>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<p>Explorer login credentials to the Issuer nodes are defaulted to <code class="docutils literal"><span class="pre">manager</span></code> and <code class="docutils literal"><span class="pre">test</span></code>.
|
<p>Explorer login credentials to the Issuer nodes are defaulted to <code class="docutils literal"><span class="pre">manager</span></code> and <code class="docutils literal"><span class="pre">test</span></code>.
|
||||||
|
@ -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.
|
.. note:: 5 Corda nodes will be created on the following port on localhost by default.
|
||||||
|
|
||||||
* Notary -> 20002
|
* Notary -> 20001
|
||||||
* Alice -> 20004
|
* Alice -> 20003
|
||||||
* Bob -> 20006
|
* Bob -> 20005
|
||||||
* UK Bank Plc -> 20008 (*Issuer node*)
|
* 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 Issuer nodes are defaulted to ``manager`` and ``test``.
|
||||||
Explorer login credentials to the Participants nodes are defaulted to ``user1`` and ``test``.
|
Explorer login credentials to the Participants nodes are defaulted to ``user1`` and ``test``.
|
||||||
|
@ -34,11 +34,11 @@ The Participant nodes are only able to spend cash (eg. move cash).
|
|||||||
|
|
||||||
**These Corda nodes will be created on the following port on localhost.**
|
**These Corda nodes will be created on the following port on localhost.**
|
||||||
|
|
||||||
Notary -> 20002
|
* Notary -> 20001
|
||||||
Alice -> 20004
|
* Alice -> 20003
|
||||||
Bob -> 20006
|
* Bob -> 20005
|
||||||
UK Bank Plc -> 20008
|
* UK Bank Plc -> 20008 (*Issuer node*)
|
||||||
USA Bank Corp -> 20010
|
* USA Bank Corp -> 20009 (*Issuer node*)
|
||||||
|
|
||||||
Explorer login credentials to the Issuer nodes are 'manager'/'test'.
|
Explorer login credentials to the Issuer nodes are 'manager'/'test'.
|
||||||
Explorer login credentials to the Participants nodes are 'user1'/'test'.
|
Explorer login credentials to the Participants nodes are 'user1'/'test'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user