Documents the default username and password for H2.

This commit is contained in:
Joel Dudley 2018-03-12 19:15:54 +09:00 committed by GitHub
parent d9ab693752
commit 3f735451a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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``)