password authentication failed for user "postgres"
I'm trying to run a local db using spire as the username with env
DATABASE_URL=postgresql://spire:based@localhost:5432/outpaint_db
any ideas where this is going wrong? I can verify by conecting fine: docker exec -it postgres-latest psql -U spire
2 Replies
can anyone help?
figured it out. it was one of my config files where we were setting up pool connection.
hey
i guess i am getting same error
could you help me out