From 3ade226764ffb81fd48cbf9cfd51d4f4ac3a3d0c Mon Sep 17 00:00:00 2001 From: Andrius Dagys Date: Thu, 8 Jun 2017 14:54:50 +0100 Subject: [PATCH] Fix simple notary service configuration example --- docs/source/corda-configuration-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index ed3cc0c986..3b3487fb77 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -40,7 +40,7 @@ NetworkMapService plus Simple Notary configuration file. p2pAddress : "localhost:12345" rpcAddress : "localhost:12346" webAddress : "localhost:12347" - extraAdvertisedServiceIds : [] + extraAdvertisedServiceIds : ["corda.notary.simple"] useHTTPS : false devMode : true // Certificate signing service will be hosted by R3 in the near future.