-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappwrite.json
36 lines (36 loc) · 978 Bytes
/
appwrite.json
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
{
"projectId": "645e01c1c2b3de057a27",
"projectName": "Devhub ",
"functions": [
{
"$id": "647dbec7bc497d6e23ed",
"name": "Blogs crawler",
"runtime": "node-16.0",
"path": "functions/Blogs crawler",
"entrypoint": "src/index.js",
"ignore": [
"node_modules",
".npm"
],
"execute": [],
"events": [],
"schedule": "*/15 * * * *",
"timeout": 100
},
{
"$id": "6484836c316ad4d89a98",
"name": "hacks-crawler",
"runtime": "node-16.0",
"path": "functions/hacks-crawler",
"entrypoint": "src/index.js",
"ignore": [
"node_modules",
".npm"
],
"execute": [],
"events": [],
"schedule": "*/15 * * * *",
"timeout": 100
}
]
}