Where do I set up the "UPLOADTHING_SECRET" Key ?
I'm using express, as per the documentation, I go through each step, and all is done.
Already generate the secret key and make .env.local file. But I'm confused with that.
I also check the example https://github.com/pingdotgg/uploadthing/blob/main/examples/backend-adapters/server/src/express.ts
Can anyone answer this for me?
GitHub
uploadthing/examples/backend-adapters/server/src/express.ts at main...
File uploads for modern web devs. Contribute to pingdotgg/uploadthing development by creating an account on GitHub.
3 Replies
The library uses that internally
You don’t need to manually add it to the code
As long as it’s on the environment, should work just fine
Thanks for your kind information ☺️
I just fixed the issue. 😅
🫡