Added dev mode to the example config

This commit is contained in:
Patrick Kuo 2016-11-25 16:35:43 +00:00
parent be81e9b620
commit 55ea753c52

View File

@ -17,3 +17,6 @@ useHTTPS : false
rpcUsers : [
{ 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"