chore(env): document OAuth credentials in .env.example
This commit is contained in:
parent
04641f74ff
commit
93e0f86310
1 changed files with 6 additions and 0 deletions
|
|
@ -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=
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue