Add postgres sslmode to configuration.
This commit is contained in:
parent
8cb8d1348a
commit
2b666e74de
5 changed files with 35 additions and 23 deletions
|
@ -177,6 +177,7 @@ func (s *State) initDriver(driverName string) error {
|
|||
s.Config.Postgres.DBName,
|
||||
s.Config.Postgres.Host,
|
||||
s.Config.Postgres.Port,
|
||||
s.Config.Postgres.SSLMode,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue