curly-happiness/config/cloudinary.yml
2017-11-06 14:48:47 +11:00

19 lines
502 B
YAML

---
development:
cloud_name: curlyhappiness
api_key: '363646175522825'
api_secret: fGga3bKgIksDm7_vn9uYVFhj2T0
enhance_image_tag: true
static_image_support: false
production:
cloud_name: curlyhappiness
api_key: '363646175522825'
api_secret: fGga3bKgIksDm7_vn9uYVFhj2T0
enhance_image_tag: true
static_image_support: true
test:
cloud_name: curlyhappiness
api_key: '363646175522825'
api_secret: fGga3bKgIksDm7_vn9uYVFhj2T0
enhance_image_tag: true
static_image_support: false