Changes:
- alerts-worker: fix SSL issue
This commit is contained in:
parent
bf2b3987cb
commit
9decc05591
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ func main() {
|
|||
pg := postgres.NewConn(POSTGRES_STRING)
|
||||
defer pg.Close()
|
||||
|
||||
pgs, err := sql.Open("postgres", POSTGRES_STRING)
|
||||
pgs, err := sql.Open("postgres", POSTGRES_STRING+ "?sslmode=disable")
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue