11 lines
452 B
Text
11 lines
452 B
Text
CONVEX_SELF_HOSTED_URL='https://your-convex-backend.example.com'
|
|
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=
|