Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions _README_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ Sample `400` Response:
## ⚙️ Configuration

<!-- Update values and remove irrelevant settings -->
| Setting | Value |
|----------------|----------------|
| Runtime | Node (18.0) |
| Entrypoint | src/main.js |
| Build Commands | npm run build |
| Permissions | any |
| Events | users.*.create |
| CRON | 0 * * * * |
| Timeout | 15 (Seconds) |
| Setting | Value |
|-------------------|----------------|
| Runtime | Node (18.0) |
| Entrypoint | src/main.js |
| Build Commands | npm run build |
| Permissions | any |
| Events | users.*.create |
| CRON | 0 * * * * |
Comment thread
loks0n marked this conversation as resolved.
Outdated
| Timeout (Seconds) | 15 |

## 🔒 Environment Variables

Expand All @@ -66,4 +66,4 @@ API Key to talk to Appwrite backend APIs.
|----------------|-----------------|
| Required | Yes / No |
| Sample Value | `d1efb...aec35` |
| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) |
| Documentation | [Appwrite: Getting Started for Server](https://appwrite.io/docs/getting-started-for-server#apiKey) |
14 changes: 14 additions & 0 deletions node/starter-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,17 @@ Sample `200` Response:
"getInspired": "https://builtwith.appwrite.io"
}
```

## ⚙️ Configuration

| Setting | Value |
|-------------------|-----------------|
| Runtime | Node (18.0) |
| Entrypoint | src/main.js |
| Build Commands | npm run install |
| Permissions | any |
| Timeout (Seconds) | 15 |

## 🔒 Environment Variables

No environment variables required.