Skip to content

mfyz/heroku-cloudinary-uploads-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-cloudinary-uploads-example

Initial Heroku app config

  1. heroku login
  2. heroku create
  3. git push heroku master

Add heroku add-on - after setting up heroku app

heroku addons:create cloudinary

to see the config variables (cloudinary api key and secret)

heroku config

To copy the env variable to set up local environment variable:

heroku config -s | grep CLOUDINARY >> .env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published