mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
29 lines
593 B
Bash
29 lines
593 B
Bash
# Frontend
|
|
VITE_CONVEX_URL=
|
|
VITE_CONVEX_SITE_URL=
|
|
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=
|
|
|
|
# Local dev personas
|
|
DEV_AUTH_ENABLED=
|
|
DEV_AUTH_CONVEX_DEPLOYMENT=
|
|
DEV_AUTH_SITE_URL=
|
|
DEV_AUTH_SECRET=
|
|
|
|
# Embeddings
|
|
OPENAI_API_KEY=
|
|
|
|
# Transactional email
|
|
RESEND_API_KEY=
|
|
CLAWHUB_SECURITY_EMAIL_FROM=ClawHub Security <noreply@notifications.openclaw.ai>
|
|
CLAWHUB_NOREPLY_FROM=ClawHub <noreply@notifications.openclaw.ai>
|