-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappwrite.json
More file actions
23 lines (23 loc) · 632 Bytes
/
appwrite.json
File metadata and controls
23 lines (23 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"projectId": "classroom",
"projectName": "Classroom",
"functions": [
{
"$id": "6481f8a4738c40521cb4",
"name": "upload_user_profile",
"runtime": "node-16.0",
"path": "functions/upload_user_avatars",
"entrypoint": "build/index.js",
"ignore": [
"node_modules",
".npm",
"src",
"tsconfig.json"
],
"execute": [],
"events": ["users.*.create", "users.*.sessions.*.create"],
"schedule": "",
"timeout": 15
}
]
}