Skip to content

Commit b457606

Browse files
authored
Switch out Algolia API key (#150)
1 parent 1bb816d commit b457606

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ALGOLIA_API_KEY=1a3616197a9f4f4927b09aa9c629b54c
1+
ALGOLIA_API_KEY=9a358df50b02a5b66efeecbc0a2cab3d
22
ALGOLIA_APP_ID=WQ5FYJCL00
33
NPM_TOKEN=

algolia-crawler.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
new Crawler({
22
appId: 'WQ5FYJCL00',
3-
apiKey: '1a3616197a9f4f4927b09aa9c629b54c',
3+
apiKey: '[SECRET]',
4+
schedule: 'every 1 week',
45
rateLimit: 8,
56
startUrls: [
67
'https://thegraph.com/docs/en/',

0 commit comments

Comments
 (0)