From 91036abe1888150236f295a72bf0aa0d99d5646b Mon Sep 17 00:00:00 2001 From: Andrzej Grzesik Date: Wed, 28 Mar 2018 22:41:37 +0100 Subject: [PATCH] Update corda-configuration-file.rst --- docs/source/corda-configuration-file.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index 81fa11e23c..f8e668cea8 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -24,7 +24,7 @@ The Corda configuration file uses the HOCON format which is superset of JSON. Pl Please do NOT use double quotes (``"``) in configuration keys. -Node will throw exception `Config files should not contain \" in property names. Please fix: [key]` +Node setup will log `Config files should not contain \" in property names. Please fix: [key]` as error when it founds double quotes around keys. This prevents configuration errors when mixing keys containing ``.`` wrapped with double quotes and without them e.g.: @@ -270,4 +270,4 @@ Longer term these keys will be managed in secure hardware devices. :permissions: A list of permissions for starting flows via RPC. To give the user the permission to start the flow ``foo.bar.FlowClass``, add the string ``StartFlow.foo.bar.FlowClass`` to the list. If the list contains the string ``ALL``, the user can start any flow via RPC. This value is intended for administrator - users and for development. \ No newline at end of file + users and for development.