From 3e27a85fe16cb4b818fbefcf9cf1f1d3429fbc22 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Wed, 25 Apr 2018 10:49:23 +0200 Subject: [PATCH] Minor: mention that h2port is only useful for developer mode in enterprise --- docs/source/corda-configuration-file.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index 4c7a51059c..afc8c3c700 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -82,7 +82,9 @@ 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. +:h2port: A number that's used to pick the H2 JDBC server port. If not set a randomly chosen port will be used. For production + use you will typically be using a different, non-H2 database backend (e.g. Oracle, SQL Server, Postgres) so this option + is intended primarily for developer mode. :messagingServerAddress: The address of the ArtemisMQ broker instance. If not provided the node will run one locally.