mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
Fix example-node.conf in docs (#2334)
This commit is contained in:
@ -12,7 +12,7 @@ rpcAddress : "my-corda-node:10003"
|
|||||||
webAddress : "localhost:10004"
|
webAddress : "localhost:10004"
|
||||||
useHTTPS : false
|
useHTTPS : false
|
||||||
rpcUsers : [
|
rpcUsers : [
|
||||||
{ username=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }
|
{ username=user1, password=letmein, permissions=[ StartFlow.net.corda.protocols.CashProtocol ] }
|
||||||
]
|
]
|
||||||
devMode : true
|
devMode : true
|
||||||
// certificateSigningService : "https://testnet.certificate.corda.net"
|
// certificateSigningService : "https://testnet.certificate.corda.net"
|
||||||
|
Reference in New Issue
Block a user