chore(env): document OAuth credentials in .env.example

This commit is contained in:
nxtkofi 2026-05-14 23:28:23 +02:00
parent 04641f74ff
commit 93e0f86310

View file

@ -3,3 +3,9 @@ CONVEX_SELF_HOSTED_ADMIN_KEY='self-hosted-convex|YOUR_ADMIN_KEY'
NEXT_PUBLIC_SITE_URL=http://localhost:3000 NEXT_PUBLIC_SITE_URL=http://localhost:3000
NEXT_PUBLIC_CONVEX_URL=https://your-convex-backend.example.com NEXT_PUBLIC_CONVEX_URL=https://your-convex-backend.example.com
NEXT_PUBLIC_CONVEX_SITE_URL=https://your-convex-site.example.com NEXT_PUBLIC_CONVEX_SITE_URL=https://your-convex-site.example.com
# OAuth providers (set in Convex with: npx convex env set NAME value)
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=