Skip to content

Instantly share code, notes, and snippets.

@thomasvanholder
Created January 22, 2021 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasvanholder/6ee92715274ad993f080db15ed3dd177 to your computer and use it in GitHub Desktop.
Save thomasvanholder/6ee92715274ad993f080db15ed3dd177 to your computer and use it in GitHub Desktop.
rails credentials - cloudinary set-up [store file in config folder]
development:
cloud_name: dumxdlgkn
api_key: '196184465531444'
api_secret: XOr3XQ-AxPuNOqcuCwBnumHd8s8
enhance_image_tag: true
static_file_support: false
production:
cloud_name: dumxdlgkn
api_key: '196184465531444'
api_secret: XOr3XQ-AxPuNOqcuCwBnumHd8s8
enhance_image_tag: true
static_file_support: true
test:
cloud_name: dumxdlgkn
api_key: '196184465531444'
api_secret: XOr3XQ-AxPuNOqcuCwBnumHd8s8
enhance_image_tag: true
static_file_support: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment