You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/mysql/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
|`port`|| The port to bind to. |
15
15
|`tls`|| TLS / SSL encrypted connection parameter; see [go-sql-driver](https://github.com/go-sql-driver/mysql#tls). Use any name (e.g. `migrate`) if you want to use a custom TLS config (`x-tls-` queries). |
16
16
|`x-tls-ca`|| The location of the CA (certificate authority) file. |
17
-
|`x-tls-cert`|| The location of the client certicicate file. Must be used with `x-tls-key`. |
17
+
|`x-tls-cert`|| The location of the client certificate file. Must be used with `x-tls-key`. |
18
18
|`x-tls-key`|| The location of the private key file. Must be used with `x-tls-cert`. |
19
19
|`x-tls-insecure-skip-verify`|| Whether or not to use SSL (true\|false) |
0 commit comments