Imaginary v0.0.2 CldAccount View Source
Cloudinary config for account.
Link to this section Summary
Link to this section Types
Basic account configuration.
It contains keys as folows:
:cloud_name
: To use the Imaginary library, you have to configure at least your cloud_name. You can set it globally usingCLD_CLOUD_NAME
env variable.
WIP:
:api_key
: needed for secure API calls to Cloudinary (e.g., image and video uploads).:api_secret
: needed for secure API calls to Cloudinary (e.g., image and video uploads).