Environment variables in .env file
I have a .env file
And it seems like prisma is having trouble parsing this, it gives a
And it seems like prisma is having trouble parsing this, it gives a
Error parsing connection string: invalid port number in database URL., I was under the impression that strings should be parsed ok if they are wrapped in quotes, is this not true?