Remove unnecessary files

This commit is contained in:
Naoki Takezoe
2016-04-16 11:21:25 +09:00
parent e614e31162
commit 8822c36b5f
3 changed files with 0 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
db {
url = "jdbc:h2:${DatabaseHome};MVCC=true"
user = "sa"
password = "sa"
}

View File

@@ -1,5 +0,0 @@
db {
url = "jdbc:mysql://192.168.99.100/gitbucket?useUnicode=true&characterEncoding=utf8"
user = "root"
password = "root"
}

View File

@@ -1,5 +0,0 @@
db {
url = "jdbc:postgresql://192.168.99.100/gitbucket"
user = "test"
password = "test"
}