This repository was archived by the owner on Aug 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (20 loc) · 1.41 KB
/
Copy path.env.example
File metadata and controls
21 lines (20 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Optional mobile override. The production Worker URL is used when omitted.
EXPO_PUBLIC_API_BASE_URL=
EXPO_PUBLIC_EAS_PROJECT_ID=
# Non-mutating hackathon fixtures. Keep disabled for normal production builds.
EXPO_PUBLIC_PROOF_MODE=false
# Android/iOS internal feature. Keep false for production until A7 III bench validation passes on both platforms.
EXPO_PUBLIC_SONY_REMOTE_ENABLED=false
# Set "test" only for local test-store/dev builds. EAS production builds use production mode.
EXPO_PUBLIC_REVENUECAT_MODE=production
# Development Test Store public SDK key; used only with test mode in a development bundle.
EXPO_PUBLIC_REVENUECAT_TEST_API_KEY=test_your_revenuecat_public_sdk_key
# Use separate platform public SDK keys (appl_... for iOS, goog_... for Android).
EXPO_PUBLIC_REVENUECAT_IOS_API_KEY=appl_your_ios_production_public_sdk_key
EXPO_PUBLIC_REVENUECAT_ANDROID_API_KEY=goog_your_android_production_public_sdk_key
# Set this to a RevenueCat production offering such as dev_discount for internal QA.
EXPO_PUBLIC_REVENUECAT_OFFERING_ID=default
# RevenueCat Billing web app public identifier. Current checkout uses hosted links below.
EXPO_PUBLIC_REVENUECAT_WEB_API_KEY=
# JSON object keyed by starterMonthly, starterAnnual, proMonthly, proAnnual, studioMonthly, studioAnnual.
EXPO_PUBLIC_REVENUECAT_WEB_PURCHASE_LINKS='{"starterMonthly":"","starterAnnual":"","proMonthly":"","proAnnual":"","studioMonthly":"","studioAnnual":""}'