Skip to content

Commit

Permalink
reverse changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cMikolai committed Jul 27, 2020
1 parent 512b126 commit c854031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,3 @@ build


package-lock.json
# /config/database.js
6 changes: 3 additions & 3 deletions config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module.exports = ({ env }) => ({
upload: {
provider: 'cloudinary',
providerOptions: {
cloud_name: env('CLOUDINARY_CLOUD_NAME'),
api_key: env('CLOUDINARY_API_KEY'),
api_secret: env('CLOUDINARY_API_SECRET'),
cloud_name: env('CLOUDINARY_NAME'),
api_key: env('CLOUDINARY_KEY'),
api_secret: env('CLOUDINARY_SECRET'),
},
},
});

0 comments on commit c854031

Please sign in to comment.