Skip to content

Commit

Permalink
🔒️ Update to env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcalewaert committed Dec 2, 2022
1 parent 013549d commit 7bb14fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module.exports = {
themeConfig: {
...buildConfig.themeConfig,
algolia: {
appId:'73S9SS6EV4',
apiKey: '9c4aed39bcccd5054cea70ae1035e839',
appId: process.env.ALGOLIA_APP_ID,
apiKey: process.env.ALGOLIA_API_KEY,
indexName: 'arcus-azure',
// Set `contextualSearch` to `true` when having multiple versions!!!
contextualSearch: true,
Expand Down

0 comments on commit 7bb14fb

Please sign in to comment.