mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
Update corda-configuration-file.rst
This commit is contained in:
parent
c28a16cb41
commit
91036abe18
@ -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.
|
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.
|
when it founds double quotes around keys.
|
||||||
This prevents configuration errors when mixing keys containing ``.`` wrapped with double quotes and without them
|
This prevents configuration errors when mixing keys containing ``.`` wrapped with double quotes and without them
|
||||||
e.g.:
|
e.g.:
|
||||||
|
Loading…
Reference in New Issue
Block a user