mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
DOCS - Remove references to webAddress since it's no longer a valid option (#3293)
This commit is contained in:
parent
ee5851b56a
commit
010c30f6d4
@ -264,7 +264,6 @@ An example ``web-server.conf`` file is as follow:
|
||||
address : "my-corda-node:10003"
|
||||
adminAddress : "my-corda-node:10004"
|
||||
}
|
||||
webAddress : "localhost:12347",
|
||||
rpcUsers : [{ username=user1, password=letmein, permissions=[ StartFlow.net.corda.protocols.CashProtocol ] }]
|
||||
|
||||
Configuring a node where the Corda Comatability Zone's registration and Network Map services exist on different URLs
|
||||
@ -307,8 +306,6 @@ path to the node's base directory.
|
||||
:trustStoreFile: absolute path to the trust store, defaulted to ``certificatesDirectory / "truststore.jks"``.
|
||||
:trustStoreFile: absolute path to the trust store, defaulted to ``certificatesDirectory / "truststore.jks"``.
|
||||
|
||||
:webAddress: The host and port on which the webserver will listen if it is started. This is not used by the node itself.
|
||||
|
||||
:rpcUsers: A list of users who are authorised to access the RPC system. Each user in the list is a config object with the
|
||||
following fields:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user