Minor: mention that h2port is only useful for developer mode in enterprise

This commit is contained in:
Mike Hearn 2018-04-25 10:49:23 +02:00
parent f99d16eebb
commit 3e27a85fe1

View File

@ -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.