mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-03 14:19:54 +01:00
Remove unnecessary files
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
db {
|
||||
url = "jdbc:h2:${DatabaseHome};MVCC=true"
|
||||
user = "sa"
|
||||
password = "sa"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
db {
|
||||
url = "jdbc:mysql://192.168.99.100/gitbucket?useUnicode=true&characterEncoding=utf8"
|
||||
user = "root"
|
||||
password = "root"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
db {
|
||||
url = "jdbc:postgresql://192.168.99.100/gitbucket"
|
||||
user = "test"
|
||||
password = "test"
|
||||
}
|
||||
Reference in New Issue
Block a user