-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENV Example Please! #4
Comments
Just Search the Process. on the root file you can get it whereever used |
@Shreyanshp-3 hey bro can you tell how to setup this project locally with my own mongoDB account, I am getting some issues in posting data to db , |
What issues are you getting can you elaborate it more |
@Shreyanshp-3 env file is not being detetced i guess |
whats the error in console? |
@Shreyanshp-3 error: Environment variable not found: DATABASE_URL. |
give the url of your database in .env file or for testing the db just add it in the file itself |
@Shreyanshp-3 ok i started working , i had to run npx prisma db push |
great, search for the error on net or take help of chatgpt copy paste your error you can get some references or way to solve it |
@Shreyanshp-3 yeah , thanks for the help :) |
|
Hey guys! I believe some of you might have issues adding a .env file to handle Cloudinary keys on the front end, if thats the case, you can use the following variable names for a Vite instance: |
Would you mind adding the .env.example file to guide us on all the environment variables used.
The text was updated successfully, but these errors were encountered: