From 93e0f86310fb17a8089175a145f0a276d6a8015e Mon Sep 17 00:00:00 2001 From: nxtkofi Date: Thu, 14 May 2026 23:28:23 +0200 Subject: [PATCH] chore(env): document OAuth credentials in .env.example --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) 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=