mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-06 23:08:20 +00:00
fix(sql): remove ssl=true (#461)
This commit is contained in:
parent
547d55a2c8
commit
cc7556aaa0
@ -46,7 +46,6 @@ func (s *SQL) connectionString() string {
|
||||
|
||||
if s.SSL.Mode != sslDisabledMode {
|
||||
fields = append(fields, []string{
|
||||
"ssl=true",
|
||||
"sslrootcert=" + s.SSL.RootCert,
|
||||
"sslcert=" + s.SSL.Cert,
|
||||
"sslkey=" + s.SSL.Key,
|
||||
|
Loading…
x
Reference in New Issue
Block a user