👽 changed db ref to docker container:
This commit is contained in:
parent
c017e8829c
commit
15ce277167
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue