first commit
This commit is contained in:
63
appwrite.config.json
Normal file
63
appwrite.config.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"projectId": "696bbb680032fc5192c9",
|
||||
"projectName": "heater",
|
||||
"settings": {
|
||||
"services": {
|
||||
"account": true,
|
||||
"avatars": true,
|
||||
"databases": true,
|
||||
"locale": true,
|
||||
"health": true,
|
||||
"storage": true,
|
||||
"teams": true,
|
||||
"users": true,
|
||||
"sites": true,
|
||||
"functions": true,
|
||||
"graphql": true,
|
||||
"messaging": true
|
||||
},
|
||||
"auth": {
|
||||
"methods": {
|
||||
"jwt": true,
|
||||
"phone": true,
|
||||
"invites": true,
|
||||
"anonymous": true,
|
||||
"email-otp": true,
|
||||
"magic-url": true,
|
||||
"email-password": true
|
||||
},
|
||||
"security": {
|
||||
"duration": 31536000,
|
||||
"limit": 0,
|
||||
"sessionsLimit": 10,
|
||||
"passwordHistory": 0,
|
||||
"passwordDictionary": false,
|
||||
"personalDataCheck": false,
|
||||
"sessionAlerts": false,
|
||||
"mockNumbers": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"functions": [
|
||||
{
|
||||
"$id": "696bbbc3002c837e20d9",
|
||||
"name": "aemet",
|
||||
"runtime": "node-22",
|
||||
"specification": "s-1vcpu-512mb",
|
||||
"execute": [
|
||||
"any"
|
||||
],
|
||||
"events": [],
|
||||
"scopes": [
|
||||
"users.read"
|
||||
],
|
||||
"schedule": "",
|
||||
"timeout": 15,
|
||||
"enabled": true,
|
||||
"logging": true,
|
||||
"entrypoint": "src/main.js",
|
||||
"commands": "npm install",
|
||||
"path": "functions/aemet"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user