From e576e14460c190e92de45dd7d5776e4c5256b757 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 16 Apr 2017 15:30:29 +0900 Subject: [PATCH] Update database configuration warning message --- src/main/twirl/gitbucket/core/admin/system.scala.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/twirl/gitbucket/core/admin/system.scala.html b/src/main/twirl/gitbucket/core/admin/system.scala.html index 46de04c5c..4234243d9 100644 --- a/src/main/twirl/gitbucket/core/admin/system.scala.html +++ b/src/main/twirl/gitbucket/core/admin/system.scala.html @@ -24,9 +24,9 @@ @if(DatabaseConfig.url.startsWith("jdbc:h2:")) {

@gitbucket.core.util.DatabaseConfig.url

-

Embedded H2 database should be used for evaluation purpose only.

- Please configure using external database explained here. + Your GitBucket is running on embedded H2 database. + Recommend to configure to use external database if you would like to use GitBucket for important purpose.

}else{