nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
288 stars 145 forks source link

Where do you put the Uploadcare Secret key? #78

Closed tizol closed 8 years ago

tizol commented 9 years ago

setting-example.json

"uploadcare":{
      "publickey": "xxxxxxxxxxxxxxxxxxx",

    }
nate-strauser commented 8 years ago

the secret key is not needed as no server side calls are made to uploadcare. it's all done with the publickey from the client.

tizol commented 8 years ago

I did put my publickey. But I get this error "natestrauser_uploadcare-plus.js: 73 uploadcare-plus - tried to load but key not supplied".

nate-strauser commented 8 years ago

Are you running the app with '--settings' specified and pointing to your settings file? On Dec 18, 2015 6:35 PM, "Jose Tizol" notifications@github.com wrote:

I did put my publickey. But I get this error "natestrauser_uploadcare-plus.js: 73 uploadcare-plus - tried to load but key not supplied".

— Reply to this email directly or view it on GitHub https://github.com/nate-strauser/wework/issues/78#issuecomment-165920788 .