From 2705c286e646f90fe2bd474aa07076d1d73bd4f9 Mon Sep 17 00:00:00 2001 From: nesrinehamrouni Date: Wed, 26 Nov 2025 12:51:49 +0100 Subject: [PATCH] fix: update .env and docs to use UPLOADTHING_TOKEN --- README.md | 2 +- example.env | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c97df0c..a328b0be 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Save time and effort, and build performant apps with an excellent developer expe ### Or -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmoinulmoin%2Fchadnext&env=DB_PRISMA_URL,DB_URL_NON_POOLING,GITHUB_CLIENT_ID,GITHUB_CLIENT_SECRET,NEXTAUTH_SECRET,NEXT_PUBLIC_APP_URL,RESEND_API_KEY,UPLOADTHING_SECRET,UPLOADTHING_APP_ID,UPLOADTHING_URL) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmoinulmoin%2Fchadnext&env=DB_PRISMA_URL,DB_URL_NON_POOLING,GITHUB_CLIENT_ID,GITHUB_CLIENT_SECRET,NEXTAUTH_SECRET,NEXT_PUBLIC_APP_URL,RESEND_API_KEY,UPLOADTHING_TOKEN,UPLOADTHING_URL) ## Contributing 🤝 diff --git a/example.env b/example.env index db8dac03..8d41dc8f 100644 --- a/example.env +++ b/example.env @@ -14,8 +14,7 @@ UPLOADTHING_URL="http://localhost:3000" RESEND_API_KEY= # Create a project in uploadthing and get api keys https://uploadthing.com/ -UPLOADTHING_SECRET= -UPLOADTHING_APP_ID= +UPLOADTHING_TOKEN= #Stripe https://stripe.com/ NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=