diff --git a/backend/.env.example b/backend/.env.example index 6339d82..5ba9992 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -9,7 +9,8 @@ FRONTEND_URL=your_frontend_url CALLBACK_URL=http://localhost:3000/auth/google/callback PROD_CALLBACK_URL=https://play-cafe.vercel.app/auth/google/callback NODE_ENV=development + FOLDER_NAME = "files" CLOUD_NAME="" CLOUD_API_KEY="" -CLOUD_SECRET="" \ No newline at end of file +CLOUD_SECRET=""