frankcollins3 / PHPokedex

react concepts
0 stars 0 forks source link

postgres username && config [4:37pm] #26

Open frankcollins3 opened 1 year ago

frankcollins3 commented 1 year ago

DATABASE_URL="postgresql://postgres:${mypass}@localhost:5432/pokedex" The user is postgres. I've configured postgres in a way that the username is not the same username as my desktop username.

Not a big deal but there was intention to do the opposite.