a year 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
a year ago
a database url will contain the username and password, as youve hidden
a year ago
as for the timeout issue, make sure you are using the correct variables
a year ago
can you show me a screenshot of what pgadmin asks you for?
a year ago
please fill out those fields correctly
a year ago
they do not accept a url format
a year ago
the password would be the password you get from the variables tab
a year ago
your port is wrong, please use the correct credentials per the variables tab
a year ago
no prob


