Default postgres ssl_mode to fix #943

This commit is contained in:
Matthew Kilgore
2025-08-17 08:58:57 -04:00
parent dbf8322ec6
commit 28ce0d29a4

View File

@@ -17,7 +17,7 @@ type Database struct {
Host string `yaml:"host"`
Port string `yaml:"port"`
Database string `yaml:"database"`
SslMode string `yaml:"ssl_mode"`
SslMode string `yaml:"ssl_mode" conf:"default:prefer"`
SslRootCert string `yaml:"ssl_rootcert"`
SslCert string `yaml:"ssl_cert"`
SslKey string `yaml:"ssl_key"`