2 years ago
It seems like I am able to use view and edit my database by only knowing this:
postgresql://postgres:4………….d@monorail.proxy.rlwy.net:4…….5/railway
I am trying to use pgAdmin locally but it doesn't let me connect, it says timeout.
I am also very confused why it isn't asking for a password, how is this working through Golang?? (I set this up a while ago)
(I don't know database stuff very well)
15 Replies
2 years ago
a database url will contain the username and password, as youve hidden
2 years ago
as for the timeout issue, make sure you are using the correct variables
2 years ago
can you show me a screenshot of what pgadmin asks you for?
2 years ago
please fill out those fields correctly
2 years ago
they do not accept a url format
2 years ago
the password would be the password you get from the variables tab
2 years ago
your port is wrong, please use the correct credentials per the variables tab
2 years ago
no prob


