Failed to load config variables from database
Hi, I am trying to setup twenty crm on my local machine for the first time. I would really appreciate any assistance in fixing this.
My postgres settings are these:
user: postgres
password: password123
And, here's my PG_DATABASE_URL in .env:
PG_DATABASE_URL=postgres://postgres:password123@localhost:5432/default
I was not using Docker for this installation.
My postgres settings are these:
user: postgres
password: password123
And, here's my PG_DATABASE_URL in .env:
PG_DATABASE_URL=postgres://postgres:password123@localhost:5432/default
I was not using Docker for this installation.
