Skip to content

Database Credentials #15

Answered by mdwiltfong
freddieb77 asked this question in Q&A
Dec 8, 2023 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

Hey @freddieb77 ! The app is trying to connect to your local database using the connection string in the .env file located at the root of the project. So after you create the .env at the root, you will have to provide the correct connection string. The connection string should look like this. As for what are the credentials, i can only guess. There is typically a default postgres user in psql. So you can try to connect using postgres as the username. If you don't know the password then maybe you need to change it. Here are some steps on how to do that:

Resetting Password
If you cannot find the existing credentials or if you need to reset the password for some reason, you can do the follow…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@freddieb77
Comment options

Answer selected by freddieb77
Comment options

You must be logged in to vote
4 replies
@mdwiltfong
Comment options

@gracekishino
Comment options

@freddieb77
Comment options

@mdwiltfong
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants