Skip to content

Staging: add cloudinary environment variables for image uploads #308

@AnujChhikara

Description

@AnujChhikara

Description

We need to add Cloudinary configuration to enable profile picture uploads. Please add the following environment variables:

CLOUDINARY_CLOUD_NAME=your_cloud_name
CLOUDINARY_API_KEY=your_api_key
CLOUDINARY_API_SECRET=your_api_secret

Credentials:

We already have these values available in our existing backend, so you can reuse them directly.

If needed, you can retrieve them from Cloudinary:

  1. Log in to your Cloudinary account
  2. Navigate to the Dashboard (https://console.cloudinary.com/app/product-explorer)
  3. Go to Settings (gear icon) → API Keys
  4. From there we can get cloud name, api_key and api_secret

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions