Elliott-Chong / chatpdf-yt

https://chatpdf-elliott.vercel.app
641 stars 263 forks source link

Content of .env ? #40

Open nowatbuer opened 5 months ago

nowatbuer commented 5 months ago

The Readme says: Create a .env file in the root directory of your project and add the required environment variables.

Unfortunately there is no information which variables should be set . Error messages indicate that NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY CLERK_SECRET_KEY should be set. A DATABASE_URL seems also to be required, but I have no idea which value should be set there. Are this all required variables or are there others still missing?

bigsk1 commented 5 months ago

look at the video at 1:08:41 and 3:58:55 , pause it and copy the .env requirements. Yes would be nice to have a sample .env maybe someone can provide that. https://www.youtube.com/watch?v=r895rFUbGtE

blestab commented 2 weeks ago

Thanks to your pointers @bigsk1 i have submitted a PR to add a .env.example file