summarylogtreecommitdiffstats
path: root/database.conf
diff options
context:
space:
mode:
Diffstat (limited to 'database.conf')
-rw-r--r--database.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/database.conf b/database.conf
new file mode 100644
index 000000000000..bbc29b2be615
--- /dev/null
+++ b/database.conf
@@ -0,0 +1,16 @@
+db {
+ url = "jdbc:h2:${DatabaseHome};MVCC=true"
+# url = "jdbc:mysql://localhost/gitbucket?useUnicode=true&characterEncoding=utf8"
+# url = "jdbc:postgresql://localhost/gitbucket"
+
+ user = "gitbucket"
+ password = "gitbucket"
+
+# connectionTimeout = 30000
+# idleTimeout = 600000
+# maxLifetime = 1800000
+# minimumIdle = 10
+# maximumPoolSize = 10
+}
+
+