mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 11:55:42 +02:00
Update MySQL configuration example
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user