👽 changed db ref to docker container:

This commit is contained in:
Harald Giskegjerde Nilsen 2024-01-13 13:56:14 +00:00
parent c017e8829c
commit 15ce277167

View file

@ -9,7 +9,7 @@ import (
)
const (
host = "localhost"
host = "postgres"
port = 5432 // This is the default port for PostgreSQL
user = "admin"
password = "helse123"