We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb816d commit b457606Copy full SHA for b457606
.env
@@ -1,3 +1,3 @@
1
-ALGOLIA_API_KEY=1a3616197a9f4f4927b09aa9c629b54c
+ALGOLIA_API_KEY=9a358df50b02a5b66efeecbc0a2cab3d
2
ALGOLIA_APP_ID=WQ5FYJCL00
3
NPM_TOKEN=
algolia-crawler.config.js
@@ -1,6 +1,7 @@
new Crawler({
appId: 'WQ5FYJCL00',
- apiKey: '1a3616197a9f4f4927b09aa9c629b54c',
+ apiKey: '[SECRET]',
4
+ schedule: 'every 1 week',
5
rateLimit: 8,
6
startUrls: [
7
'https://thegraph.com/docs/en/',
0 commit comments