arunkumar413 / task-force

A task manger app
MIT License
3 stars 6 forks source link

Incorrect password issue #6

Closed MrCyberlord closed 4 weeks ago

MrCyberlord commented 1 month ago

image

@arunkumar413 I am getting this error while starting the backend! Any solution in mind ?

Originally posted by @MrCyberlord in https://github.com/arunkumar413/task-force/issues/2#issuecomment-2437193207

arunkumar413 commented 1 month ago

@MrCyberlord You need to point the configuration in the file server/DBConfig.js to your local machine postgres DB username and password.

MrCyberlord commented 4 weeks ago

@arunkumar413 your solution has solved the issue.

MrCyberlord commented 4 weeks ago

Thanks