-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (22 loc) · 950 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (22 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Root environment reference for PolyBuys.
# Runtime values belong in frontend/.env.local and backend/.env.local.
# Copy only the variables you need into the workspace-specific files.
# Frontend public runtime
EXPO_PUBLIC_CONVEX_URL=https://your-deployment.convex.cloud
EXPO_PUBLIC_APP_ORIGIN=https://polybuys.com
EXPO_PUBLIC_SUPPORT_EMAIL=support@polybuys.com
EXPO_PUBLIC_ENABLE_SENTRY_PII=false
EXPO_PUBLIC_APP_REVIEW_EMAIL=
# Optional fallback if the Expo project ID is not available from app config.
EXPO_PUBLIC_EAS_PROJECT_ID=
# Backend / Convex runtime
CONVEX_DEPLOYMENT=dev:polybuys-123
CONVEX_URL=https://your-deployment.convex.cloud
CONVEX_SITE_URL=https://polybuys.com
AUTH_RESEND_KEY=re_xxxxxxxxxxxxx
AUTH_RESEND_FROM=PolyBuys <noreply@polybuys.com>
# Optional but strongly recommended for automated content moderation.
OPENAI_API_KEY=
# Optional App Review OTP for Apple review flows only.
AUTH_APP_REVIEW_EMAIL=
AUTH_APP_REVIEW_CODE=