From 4cfb1606da39497995ceec89f0f521ff1b0346f0 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Wed, 25 Apr 2018 10:38:59 +0200 Subject: [PATCH] Minor: document the h2port option (#2988) --- docs/source/corda-configuration-file.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index f8e668cea8..d8c10ef1c0 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -75,6 +75,8 @@ absolute path to the node's base directory. Currently the defaults in ``/node/src/main/resources/reference.conf`` are as shown in the first example. This is currently the only configuration that has been tested, although in the future full support for other storage layers will be validated. +:h2port: A number that's used to pick the H2 JDBC server port. If not set a randomly chosen port will be used. + :messagingServerAddress: The address of the ArtemisMQ broker instance. If not provided the node will run one locally. :p2pAddress: The host and port on which the node is available for protocol operations over ArtemisMQ.