michal testing

This commit is contained in:
2026-05-02 10:28:59 +02:00
parent dd4a5cecc0
commit a06a3b58c0
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
)
func main() {
db, err := sql.Open("postgres", os.Getenv("DATABASE_CONNECTION_STRING"))
db, err := sql.Open("postgres", os.Getenv("DATABASE_CONNECTION_STRING")+"?sslmode=disable")
if err != nil {
panic(err)
}