Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

error: password authentication failed for user "postgres" #1

Open
onsombal opened this issue Aug 1, 2017 · 2 comments
Open

error: password authentication failed for user "postgres" #1

onsombal opened this issue Aug 1, 2017 · 2 comments

Comments

@onsombal
Copy link

onsombal commented Aug 1, 2017

Hello @kieusonlam -- After exchanging messages with you about @lyquocnam's feathers-nuxt website project, I found your project for using feathers-nuxt with postgres. I was able to get your project up and running except for the error I'm getting for "password authentication failed for user "postgres".

Do you mind offering direction for getting around this error?

Thanks... Jim

@kieusonlam
Copy link
Owner

Hi @onsombal

Do you have postgres intalled on your computer? If you did You can change the default config file here:
https://github.com/kieusonlam/feathers-nuxt-starter/blob/master/config/default.json
on this line
"postgres": "postgres://postgres:postgres@localhost:5432/lamkieu",
postgres:postgres is your username:password of your postgres database lamkieu is the database name. And it should be work fine.

By the way in this project I have not do much about it. You can see a better project here:
https://gitlab.com/rainbow.lam25/kieusonlam/

@onsombal
Copy link
Author

onsombal commented Aug 1, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants