Browse Source

Update DB (default ssl mode)

Dima 4 months ago
parent
commit
71418ee77d
1 changed files with 1 additions and 1 deletions
  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 {