Minor tweaks to the configuration docs: make the use of : and = consistent, rename titles

This commit is contained in:
Andrius Dagys
2016-11-28 18:00:03 +00:00
parent 570470f255
commit eec079ed62
2 changed files with 12 additions and 12 deletions

View File

@ -17,6 +17,6 @@ useHTTPS : false
rpcUsers : [
{ user=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }
]
devMode = true
devMode : true
// Certificate signing service will be hosted by R3 in the near future.
//certificateSigningService = "https://testnet.certificate.corda.net"
//certificateSigningService : "https://testnet.certificate.corda.net"