Newer
Older
gitbucket_jkp / src / main / resources / database_mysql.conf
@Naoki Takezoe Naoki Takezoe on 14 Apr 2016 130 bytes Update MySQL configuration example
db {
  url = "jdbc:mysql://192.168.99.100/gitbucket?useUnicode=true&characterEncoding=utf8"
  user = "root"
  password = "root"
}