jerocosio / autoform-cloudinary

Easily upload images to Meteor using Cloudinary and Simple Schema
13 stars 11 forks source link

Suport for CLOUDINARY_URL from ENV #5

Closed cbanbury closed 9 years ago

cbanbury commented 9 years ago

I've added the option to use process.env.CLOUDINARY_URL and parse the relevant credentials. This makes is easier to deploy using Heroku or similar where a .env file is used instead of settings.json

Fallback behaviour should be the same so this only has an effect for anyone wishing to use process.env.CLOUDINARY_URL

Changes

cbanbury commented 9 years ago

@cosio55 Thanks for merging :smile_cat: Can you update this on atmosphere?

jerocosio commented 9 years ago

Sure, I'll just bump the version. ;)