Não consigo fazer um POST nessa API, sempre aparece o erro: ERROR: password authentication failed for user "postgres"
Na aula não fala pra fazer nada no Postgree.
segue config usada na aula:
{ "development": { "username": "postgres", "password": "123456", "database": "seguranca_nodejs_development", "host": "127.0.0.1", "dialect": "postgres" }, "test": { "username": "postgres", "password": "123456", "database": "seguranca_nodejs_test", "host": "127.0.0.1", "dialect": "postgres" }, "production": { "username": "postgres", "password": "123456", "database": "seguranca_nodejs_production", "host": "127.0.0.1", "dialect": "postgres" } }