Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Remove api key from public access (regenerated)
Browse files Browse the repository at this point in the history
  • Loading branch information
edapm committed Mar 13, 2021
1 parent 5acccbb commit 5a15982
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/hook.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module.exports = {
settings: {
// ...
algolia: {
enabled: true,
applicationId: "ABAI9XLKZH",
apiKey: "6f093727580318ac8c2d580e4018fffd",
apiKey: process.env.ALGOLIA_KEY,
// debug: true, // default: false
// prefix: 'my_own_prefix' // default: Strapi environment (strapi.config.environment)
},
Expand Down

0 comments on commit 5a15982

Please sign in to comment.