-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappwrite.json
More file actions
62 lines (62 loc) · 1.67 KB
/
appwrite.json
File metadata and controls
62 lines (62 loc) · 1.67 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"projectId": "utility-studio-test",
"projectName": "",
"functions": [
{
"$id": "64b01463c70b90f0596a",
"name": "audio-yt-py",
"runtime": "python-3.9",
"path": "functions/audio-yt-py",
"entrypoint": "src/index.py",
"ignore": [
"__pypackages__"
],
"execute": [],
"events": [],
"schedule": "",
"timeout": 15
},
{
"$id": "64b1319a68ab613e05e0",
"name": "video-yt-py",
"runtime": "python-3.9",
"path": "functions/video-yt-py",
"entrypoint": "src/index.py",
"ignore": [
"__pypackages__"
],
"execute": [],
"events": [],
"schedule": "",
"timeout": 15
},
{
"$id": "64b139bdc28f44d2da36",
"name": "subtitles-yt-py",
"runtime": "python-3.9",
"path": "functions/subtitles-yt-py",
"entrypoint": "src/index.py",
"ignore": [
"__pypackages__"
],
"execute": [],
"events": [],
"schedule": "",
"timeout": 15
},
{
"$id": "64b24b4834ee2c415dd8",
"name": "documents-text",
"runtime": "python-3.9",
"path": "functions/documents-text",
"entrypoint": "src/index.py",
"ignore": [
"__pypackages__"
],
"execute": [],
"events": [],
"schedule": "",
"timeout": 15
}
]
}