Skip to content

Commit 4ba0495

Browse files
committed
docs: update note for convex
1 parent a771389 commit 4ba0495

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

apps/backend-convex/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
Convex helps you kick-start amazing apps super fast and simple.
66

7+
## Notes:
8+
9+
Auth is optional, you can remove it or just put the following sample config into Convex (for testing and development, do not deploy a production app with this config):
10+
```
11+
CUSTOM_JWT_ISSUER=https://topnames-dev.eu.kinde.com
12+
CUSTOM_JWT_JWKS_URL=https://topnames-dev.eu.kinde.com/.well-known/jwks
13+
```
14+
15+
`convex dev` might create a few new files when you run it for the first time, you should discard it: `tsconfig.json`, `.gitignore`, `README.md`
16+
717
## Cookbook:
818

919
For developing a new feature, and for small features, create functions in `convex/` directly as per common Convex usage.

0 commit comments

Comments
 (0)