Skip to content

Commit

Permalink
Feat: Cloudinary support
Browse files Browse the repository at this point in the history
  • Loading branch information
dave98 committed Jul 15, 2022
1 parent fa752a5 commit a5c1c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/cloudinary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ development:
api_secret: <%= ENV['API_SECRET'] %>

production:
cloud_name: <%= ENV['CLOUD_NAME'] %>
api_key: <%= ENV['API_KEY'] %>
api_secret: <%= ENV['API_SECRET'] %>
cloud_name: "dvep7zmzh"
api_key: "644876246161593"
api_secret: "hMY3gGe5FR0-SYZlhdp3paJqrtg"
secure: true
cdn_domain: true

0 comments on commit a5c1c12

Please sign in to comment.