michalmikolajczyk / viking-garage-api

VIKING GARAGE API
MIT License
5 stars 1 forks source link

Please check for cloudinary plan & limits #36

Closed jasiek-net closed 7 years ago

jasiek-net commented 7 years ago

We had cloudinary installed on api-dev, I installed cloudinary on api-production, copied all photos there and created pr https://github.com/michalmikolajczyk/viking-garage-frontend/pull/125 with photos url to api-production. We used about 50% of bandwidth plan limit on api-dev already.

michalmikolajczyk commented 7 years ago

@jonzee please configure Cloudinary dev on all our environments, including the review apps.

jasiek-net commented 7 years ago

@michalmikolajczyk ok, and upload photos to every environment?

michalmikolajczyk commented 7 years ago

it's not really necessary just for reading, but for writing, it will be. The images should be pruned on test environments.

jasiek-net commented 7 years ago

@michalmikolajczyk ok, I added cloudinary to all api environments