Skip to content

Instantly share code, notes, and snippets.

@Theodore-Kelechukwu-Onyejiaku
Created November 7, 2022 17:13
Show Gist options
  • Save Theodore-Kelechukwu-Onyejiaku/dc66ae200d4f15ce7ff70f2ea0854ab4 to your computer and use it in GitHub Desktop.
Save Theodore-Kelechukwu-Onyejiaku/dc66ae200d4f15ce7ff70f2ea0854ab4 to your computer and use it in GitHub Desktop.
import cloudinary from "cloudinary";
cloudinary.v2.config({
cloud_name: process.env.CLOUDINARY_NAME,
api_key: process.env.CLOUDINARY_API_KEY,
api_secret: process.env.CLOUDINARY_API_SECRET
})
export default cloudinary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment