Unit Tests / test (pull_request) Failing after 11s
Native builds purchase/restore via RevenueCat; browser keeps Stripe checkout/portal. Billing history shows store ledger rows from backend webhooks. Closes #100.
13 lines
786 B
Bash
13 lines
786 B
Bash
# Mobile (Capacitor) production endpoints — same as .env.production by default.
|
|
# Override here to point Android/iOS shells at beta without changing web deploys:
|
|
# REACT_APP_BACKEND_REST_API_BASE_URL=https://beta.chatbackend.aimloperations.com/api/
|
|
# REACT_APP_BACKEND_WS_API_BASE_URL=wss://beta.chatbackend.aimloperations.com/ws/chat_again/
|
|
REACT_APP_BACKEND_REST_API_BASE_URL=https://chatbackend.aimloperations.com/api/
|
|
REACT_APP_BACKEND_WS_API_BASE_URL=wss://chatbackend.aimloperations.com/ws/chat_again/
|
|
|
|
# RevenueCat public SDK keys (native IAP). Leave empty until store apps are wired.
|
|
REACT_APP_REVENUECAT_APPLE_API_KEY=
|
|
REACT_APP_REVENUECAT_GOOGLE_API_KEY=
|
|
# Optional: pin a specific offering identifier (defaults to current offering).
|
|
# REACT_APP_REVENUECAT_OFFERING_ID=
|