Newer
Older
gitbucket_jkp / src / main / resources / database_postgresql.conf
@Naoki Takezoe Naoki Takezoe on 15 Apr 2016 96 bytes Update PostgreSQL configuration example
db {
  url = "jdbc:postgresql://192.168.99.100/gitbucket"
  user = "test"
  password = "test"
}