Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update node starter #20

Merged
merged 7 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all 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 * * * *` |
| 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 install` |
| Permissions | `any` |
| Timeout (Seconds) | 15 |

## 🔒 Environment Variables

No environment variables required.