diff --git a/backend/cmd/db/db.go b/backend/cmd/db/db.go index 95651f3..e29f27e 100644 --- a/backend/cmd/db/db.go +++ b/backend/cmd/db/db.go @@ -9,7 +9,7 @@ import ( ) const ( - host = "localhost" + host = "postgres" port = 5432 // This is the default port for PostgreSQL user = "admin" password = "helse123"