-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 821 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Frontend (.env.local)
VITE_CONVEX_URL=https://YOUR_DEPLOYMENT.convex.cloud
VITE_CONVEX_SITE_URL=https://YOUR_DEPLOYMENT.convex.site
VITE_APP_URL=http://localhost:3000
VITE_SLACK_CLIENT_ID=
# Better Auth social providers
# GitHub OAuth: github.com/settings/developers
# Callback URL: https://YOUR_APP_URL/api/auth/callback/github
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# Google OAuth: console.cloud.google.com/apis/credentials
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Magic link email delivery (optional in local dev; falls back to console log)
MAGIC_LINK_FROM_EMAIL="Norbot <auth@yourdomain.com>"
RESEND_API_KEY=
# Set these in Convex Dashboard, NOT here:
# APP_URL (e.g., https://norbot.vercel.app)
# SLACK_CLIENT_ID
# SLACK_CLIENT_SECRET
# SLACK_SIGNING_SECRET
# ANTHROPIC_API_KEY
# GOOGLE_GENERATIVE_AI_API_KEY