What is the "cred file" that is referred to?
The link - http://cloudinary.com/documentation/cloudcontrol_integration#rails - says this:
"You need to initialize Cloudinary's settings by reading cloudControl's CRED_FILE which includes the CLOUDINARY_URLvariable. Here is a sample code you can add to an initializer in your Rails project (e.g.,config/initializers/cloudinary.rb): ... "
What is this CRED_FILE? The pasted code does not work right off the bat for Rails, so I expect there's some more configuration I am missing.
-
In the cloudControl platrform, you require credentials to connect to plugins services. CRED_FILE is the path of the creds.json file containing the Add-on credentials.
For more information:
https://www.cloudcontrol.com/dev-center/Guides/Ruby/Add-on%20credentials
https://www.cloudcontrol.com/dev-center/Platform%20Documentation#add-on-credentials
Post is closed for comments.
Comments
3 comments