From dce688ff4d45b2e20f7ccb48c471796d116ecbf5 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 16 Mar 2017 21:58:18 +0900 Subject: [PATCH] Added comment about JDBC URL. --- Connect-to-H2-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connect-to-H2-database.md b/Connect-to-H2-database.md index 33e4b63..2ddc248 100644 --- a/Connect-to-H2-database.md +++ b/Connect-to-H2-database.md @@ -10,7 +10,7 @@ Then, you can see the connection form of the H2 console. To connect GitBucket da - Driver Class: org.h2.Driver - JDBC URL: jdbc:h2:~/.gitbucket/data - - Note: Replace "~/.gitbucket" with your HOME directory if you changed the directory (e.g. "jdbc:h2:C:\GitBucket_HOME\data"). + - Note: Replace "~/.gitbucket" with your HOME directory if you changed the directory (e.g. "jdbc:h2:C:\GitBucket_HOME\data"). - User Name: sa - Password: sa