mirror of
https://github.com/corda/corda.git
synced 2025-06-01 15:10:54 +00:00
CORDA-1818 - fix markup in h2 docs (#3629)
This commit is contained in:
parent
73d3af504d
commit
dafd979bde
@ -18,6 +18,7 @@ overridden by specifying the full network address (interface and port), using th
|
|||||||
syntax in the node configuration:
|
syntax in the node configuration:
|
||||||
|
|
||||||
.. sourcecode:: groovy
|
.. sourcecode:: groovy
|
||||||
|
|
||||||
h2Settings {
|
h2Settings {
|
||||||
address: "localhost:12345"
|
address: "localhost:12345"
|
||||||
}
|
}
|
||||||
@ -25,3 +26,6 @@ syntax in the node configuration:
|
|||||||
The configuration above will restrict the H2 service to run on localhost. If remote access is required, the address
|
The configuration above will restrict the H2 service to run on localhost. If remote access is required, the address
|
||||||
can be changed to 0.0.0.0. However it is recommended to change the default username and password
|
can be changed to 0.0.0.0. However it is recommended to change the default username and password
|
||||||
before doing so.
|
before doing so.
|
||||||
|
|
||||||
|
The previous ``h2Port`` syntax is now deprecated. ``h2Port`` will continue to work but the database
|
||||||
|
will only be accessible on localhost.
|
@ -9,6 +9,7 @@ stored states, transactions and attachments as follows:
|
|||||||
* Enable the H2 database access in the node configuration using the following syntax:
|
* Enable the H2 database access in the node configuration using the following syntax:
|
||||||
|
|
||||||
.. sourcecode:: groovy
|
.. sourcecode:: groovy
|
||||||
|
|
||||||
h2Settings {
|
h2Settings {
|
||||||
address: "localhost:0"
|
address: "localhost:0"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user