Skip to content

Commit

Permalink
cloudinary: better protecting the API_secret
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-cloudinary committed Oct 10, 2024
1 parent 9e04aaa commit b3b0809
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/cloudinary/cloudinary.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ func init() {
Sensitive: true,
},
{
Name: "api_secret",
Help: "Cloudinary API Secret",
Required: true,
IsPassword: true,
Name: "api_secret",
Help: "Cloudinary API Secret",
Required: true,
Sensitive: true,
},
{
Name: "upload_prefix",
Expand Down

0 comments on commit b3b0809

Please sign in to comment.