-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntuned.jsonc
More file actions
33 lines (33 loc) · 929 Bytes
/
Intuned.jsonc
File metadata and controls
33 lines (33 loc) · 929 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
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
// "workspaceId": "your-workspace-id", // Add your workspace ID here for local development (required for AI helpers)
// "projectName": "your-project-name", // Add your project name here for local development (required for AI helpers)
"apiAccess": {
"enabled": false
},
"authSessions": {
"enabled": false
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
},
"proxy": {
"enabled": false
},
"metadata": {
"template": {
"name": "browser-sdk-showcase",
"description": "Showcase of Intuned Browser SDK helper functions for common automation tasks",
"tags": ["browser-sdk"]
},
"defaultRunPlaygroundInput": {
"apiName": "go-to-url",
"parameters": {
"timeout": 15,
"retries": 3
}
}
}
}