Update MySQL configuration example

This commit is contained in:
Naoki Takezoe
2016-04-14 11:11:47 +09:00
parent 05ff2a854c
commit 8cb1ac734d

View File

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