diff --git a/.env.example b/.env.example index 94dc7fc..4d86e8c 100644 --- a/.env.example +++ b/.env.example @@ -3,3 +3,9 @@ CONVEX_SELF_HOSTED_ADMIN_KEY='self-hosted-convex|YOUR_ADMIN_KEY' NEXT_PUBLIC_SITE_URL=http://localhost:3000 NEXT_PUBLIC_CONVEX_URL=https://your-convex-backend.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=