mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-20 15:16:16 -06:00
go fmt
This commit is contained in:
parent
96869c3244
commit
d9f84d9429
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ func derivePGOptions(c *config.Config) (*pg.Options, error) {
|
||||||
case config.DBTLSModeRequire:
|
case config.DBTLSModeRequire:
|
||||||
tlsConfig = &tls.Config{
|
tlsConfig = &tls.Config{
|
||||||
InsecureSkipVerify: false,
|
InsecureSkipVerify: false,
|
||||||
ServerName: c.DBConfig.Address,
|
ServerName: c.DBConfig.Address,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue