Skip to content

Commit a772af8

Browse files
committed
docs: update necessary variables [skip ci]
1 parent 20e19a6 commit a772af8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
```env
66
NEXT_PUBLIC_BACKEND_BASE_URL=
7-
AUTH_SECRET=
7+
NEXT_PUBLIC_POSTHOG_KEY=
8+
NEXT_PUBLIC_POSTHOG_HOST=
9+
ANTHROPIC_API_KEY=
810
```
911

1012
## Development
1113

1214
```bash
13-
pnpm codegen:watch
14-
pnpm dev --experimental-https
15+
NODE_TLS_REJECT_UNAUTHORIZED=0 pnpm codegen:watch
16+
NODE_TLS_REJECT_UNAUTHORIZED=0 pnpm dev
1517
```

0 commit comments

Comments
 (0)