-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacurast.json
More file actions
30 lines (30 loc) · 736 Bytes
/
acurast.json
File metadata and controls
30 lines (30 loc) · 736 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
{
"projects": {
"shogun-weather": {
"projectName": "shogun-weather",
"fileUrl": "dist/bundle.js",
"network": "canary",
"onlyAttestedDevices": true,
"assignmentStrategy": {
"type": "Single"
},
"execution": {
"type": "interval",
"intervalInMs": 300000,
"numberOfExecutions": 3
},
"maxAllowedStartDelayInMs": 10000,
"usageLimit": {
"maxMemory": 0,
"maxNetworkRequests": 0,
"maxStorage": 0
},
"numberOfReplicas": 1,
"requiredModules": [],
"minProcessorReputation": 0,
"maxCostPerExecution": 100000000000,
"includeEnvironmentVariables": [],
"processorWhitelist": []
}
}
}