usrlocalts / golang_boilerplate

Golang Boilerplate. This is a sample golang boilerplate which actually creates posts given a topic and information.
MIT License
2 stars 1 forks source link

Authentication failed Issuie for DB #1

Open mahadevTW opened 7 years ago

mahadevTW commented 7 years ago

i am getting this error while trying to start application or runnig make setup and i am not understanding how I read Db password

error : {"level":"fatal","msg":"ping to the database host failed: pq: password authentication failed for user \"boilerplate\"","time":"2017-05-18T22:30:46+05:30"}

usrlocalts commented 7 years ago

@mahadevTW Please edit your application.yml and db_util.go under testutl to support password postgres://boilerplate:boilerplatepassword@localhost:5432/golang_boilerplate_dev?sslmode=disable