mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Documents the default username and password for H2.
This commit is contained in:
parent
d9ab693752
commit
3f735451a5
@ -20,7 +20,7 @@ stored states, transactions and attachments as follows:
|
||||
|
||||
``Database connection URL is : jdbc:h2:tcp://10.18.0.150:56736/node``
|
||||
|
||||
* Paste this string into the JDBC URL field and click ``Connect``, using the default username and password.
|
||||
* Paste this string into the JDBC URL field and click ``Connect``, using the default username (``sa``) and no password.
|
||||
|
||||
You will be presented with a web interface that shows the contents of your node's storage and vault, and provides an
|
||||
interface for you to query them using SQL.
|
||||
@ -53,4 +53,4 @@ Note that:
|
||||
|
||||
* The ``database.schema`` property is optional
|
||||
* The value of ``database.schema`` is not wrapped in double quotes and Postgres always treats it as a lower-case value
|
||||
(e.g. ``AliceCorp`` becomes ``alicecorp``)
|
||||
(e.g. ``AliceCorp`` becomes ``alicecorp``)
|
||||
|
Loading…
x
Reference in New Issue
Block a user