Browse Source

Update DB (default ssl mode)

Dima 4 tháng trước cách đây
mục cha
commit
71418ee77d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      db/db_config.go

+ 1 - 1
db/db_config.go

@@ -8,7 +8,7 @@ const (
 	defaultDriver  = "mysql"
 	defaultHost    = "localhost"
 	defaultPort    = 3306
-	defaultSslMode = "disabled"
+	defaultSslMode = "disable"
 )
 
 type Config struct {