mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
* feat: add local dev persona fab * fix: time out stalled dev persona auth * fix: restrict dev persona auth to local deployments * chore: refresh static check dependencies
21 lines
362 B
Bash
21 lines
362 B
Bash
# Frontend
|
|
VITE_CONVEX_URL=
|
|
VITE_CONVEX_SITE_URL=
|
|
VITE_SOULHUB_SITE_URL=
|
|
VITE_SOULHUB_HOST=
|
|
VITE_SITE_MODE=
|
|
VITE_ENABLE_DEV_AUTH=
|
|
SITE_URL=http://localhost:3000
|
|
CONVEX_SITE_URL=
|
|
|
|
# Convex Auth (GitHub OAuth App)
|
|
AUTH_GITHUB_ID=
|
|
AUTH_GITHUB_SECRET=
|
|
|
|
# Convex Auth JWT keys (generated via @convex-dev/auth CLI)
|
|
JWT_PRIVATE_KEY=
|
|
JWKS=
|
|
|
|
# Embeddings
|
|
OPENAI_API_KEY=
|