blob: bbc29b2be615d9565a8b937828472aed48cd3a50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}
|