mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 13:52:24 -06:00
parent
b1a4f38e38
commit
29bdc41baa
2 changed files with 2 additions and 1 deletions
|
|
@ -148,6 +148,7 @@ func derivePGOptions(c *config.Config) (*pg.Options, error) {
|
|||
case config.DBTLSModeRequire:
|
||||
tlsConfig = &tls.Config{
|
||||
InsecureSkipVerify: false,
|
||||
ServerName: c.DBConfig.Address,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue