Not able to connect to database using Golang

CCrafter5/13/2023
I'm attempting to connect to a PostgreSQL instance on Railway but I'm getting a timeout.
CCrafter5/13/2023
750a6ff7-b90f-4885-88b9-e69f7ba105be
CCrafter5/13/2023
[error] failed to initialize database, got error failed to connect to `host=containers-us-west-63.railway.app user=postgres database=[REDACTED]`: dial error (timeout: dial tcp 34.82.107.46:5432: connect: connection timed out)
panic: failed to connect database
goroutine 1 [running]:
main.main()
/app/main.go:20 +0x3bf
CCrafter5/13/2023
Just realized the port is wrong
CCrafter5/13/2023
Whoops
Bbrody5/13/2023
lol
Bbrody5/13/2023
youll have that