👽 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 ( const (
host = "localhost" host = "postgres"
port = 5432 // This is the default port for PostgreSQL port = 5432 // This is the default port for PostgreSQL
user = "admin" user = "admin"
password = "helse123" password = "helse123"