mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 12:43:13 +02:00
initial commit
This commit is contained in:
39
appwrite.json
Normal file
39
appwrite.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"projectId": "pingvin-share",
|
||||
"projectName": "Pingvin Share",
|
||||
"functions": [
|
||||
{
|
||||
"$id": "createShare",
|
||||
"name": "Create Share",
|
||||
"runtime": "node-16.0",
|
||||
"path": "functions/createShare",
|
||||
"entrypoint": "src/index.js",
|
||||
"execute": ["role:all"],
|
||||
"events": [],
|
||||
"schedule": "",
|
||||
"timeout": 15
|
||||
},
|
||||
{
|
||||
"$id": "finishShare",
|
||||
"name": "Finish Share",
|
||||
"runtime": "node-16.0",
|
||||
"path": "functions/finishShare",
|
||||
"entrypoint": "src/index.js",
|
||||
"execute": [],
|
||||
"events": [],
|
||||
"schedule": "",
|
||||
"timeout": 15
|
||||
},
|
||||
{
|
||||
"$id": "cleanShares",
|
||||
"name": "Clean Shares",
|
||||
"runtime": "node-16.0",
|
||||
"path": "functions/cleanShares",
|
||||
"entrypoint": "src/index.js",
|
||||
"execute": ["role:all"],
|
||||
"events": [],
|
||||
"schedule": "30,59 * * * *",
|
||||
"timeout": 60
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user