mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
Added dev mode to the example config
This commit is contained in:
@ -17,3 +17,6 @@ useHTTPS : false
|
|||||||
rpcUsers : [
|
rpcUsers : [
|
||||||
{ user=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }
|
{ user=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }
|
||||||
]
|
]
|
||||||
|
devMode = true
|
||||||
|
// Certificate signing service will be hosted by R3 in the near future.
|
||||||
|
//certificateSigningService = "https://testnet.certificate.corda.net"
|
Reference in New Issue
Block a user