-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntuned.jsonc
More file actions
38 lines (38 loc) · 848 Bytes
/
Intuned.jsonc
File metadata and controls
38 lines (38 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
"apiAccess": {
"enabled": true,
},
"authSessions": {
"enabled": false,
},
"replication": {
"maxConcurrentRequests": 1,
"size": "large",
},
"proxy": {
"enabled": false,
},
"metadata": {
"template": {
"name": "firecrawl",
"description": "Simple web crawling and scraping using Firecrawl",
"tags": ["crawling", "scraping", "crawl4ai"],
},
"defaultRunPlaygroundInput": {
"apiName": "scrape",
"parameters": {
"url": "https://en.wikipedia.org/wiki/Web_scraping",
"formats": [
"markdown",
"html",
"rawHtml",
"links",
"images",
"screenshot",
],
},
},
},
}