-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathlocal.properties.example
More file actions
84 lines (74 loc) · 5.21 KB
/
Copy pathlocal.properties.example
File metadata and controls
84 lines (74 loc) · 5.21 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
## ──────────────────────────────────────────────
## Android SDK (auto-generated by Android Studio)
## ──────────────────────────────────────────────
#sdk.dir=/path/to/Android/sdk
## ──────────────────────────────────────────────
## Paywall Tester
## Set these to configure API keys at build time
## ──────────────────────────────────────────────
#PAYWALL_TESTER_API_KEY_A=your_key
#PAYWALL_TESTER_API_KEY_B=your_key
#PAYWALL_TESTER_API_KEY_A_LABEL=Key A
#PAYWALL_TESTER_API_KEY_B_LABEL=Key B
#PAYWALL_TESTER_AUTO_OPEN_OFFERING_ID=your_offering_id
## ──────────────────────────────────────────────
## Purchase Tester (pre-fills the API key field)
## ──────────────────────────────────────────────
#PURCHASE_TESTER_API_KEY=your_key
## ──────────────────────────────────────────────
## AdMob Sample (examples/admob-sample)
## Uses REVENUECAT_API_KEY (above). Ad unit IDs and the app ID default
## to Google's test IDs; override to use your own (e.g. for SSV reward
## verification).
## ──────────────────────────────────────────────
#ADMOB_APP_ID=ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy
#ADMOB_BANNER_AD_UNIT_ID=ca-app-pub-xxxxxxxxxxxxxxxx/yyyyyyyyyy
#ADMOB_INTERSTITIAL_AD_UNIT_ID=ca-app-pub-xxxxxxxxxxxxxxxx/yyyyyyyyyy
#ADMOB_APP_OPEN_AD_UNIT_ID=ca-app-pub-xxxxxxxxxxxxxxxx/yyyyyyyyyy
#ADMOB_NATIVE_AD_UNIT_ID=ca-app-pub-xxxxxxxxxxxxxxxx/yyyyyyyyyy
#ADMOB_NATIVE_VIDEO_AD_UNIT_ID=ca-app-pub-xxxxxxxxxxxxxxxx/yyyyyyyyyy
#ADMOB_REWARDED_AD_UNIT_ID=ca-app-pub-xxxxxxxxxxxxxxxx/yyyyyyyyyy
#ADMOB_REWARDED_INTERSTITIAL_AD_UNIT_ID=ca-app-pub-xxxxxxxxxxxxxxxx/yyyyyyyyyy
## ──────────────────────────────────────────────
## Backend Integration Tests (unit tests)
## Tests self-skip when keys are not configured.
## ──────────────────────────────────────────────
#BACKEND_INTEGRATION_API_KEY=your_key
#BACKEND_INTEGRATION_LOAD_SHEDDER_API_KEY=your_load_shedder_key
## ──────────────────────────────────────────────
## Instrumentation Tests
## All environment keys are passed to instrumentation tests simultaneously.
## Each test class selects its environment. Tests fail if their required
## environment keys are missing. Set all keys below to run all tests, or
## use -PTEST_PACKAGE_FILTER to run only a specific environment's tests.
## ──────────────────────────────────────────────
#TEST_PROXY_URL=https://your-proxy
## Production environment keys
#REVENUECAT_API_KEY=your_key
#GOOGLE_PURCHASE_TOKEN=your_token
#PRODUCT_ID_TO_PURCHASE=your_product_id
#BASE_PLAN_ID_TO_PURCHASE=your_base_plan_id
#ACTIVE_ENTITLEMENT_IDS_TO_VERIFY=entitlement1,entitlement2
## Load shedder environment keys (shared for US-East-1 and US-East-2)
#LOAD_SHEDDER_REVENUECAT_API_KEY=your_key
#LOAD_SHEDDER_GOOGLE_PURCHASE_TOKEN=your_token
#LOAD_SHEDDER_PRODUCT_ID_TO_PURCHASE=your_product_id
#LOAD_SHEDDER_BASE_PLAN_ID_TO_PURCHASE=your_base_plan_id
#LOAD_SHEDDER_ACTIVE_ENTITLEMENT_IDS_TO_VERIFY=entitlement1,entitlement2
## Custom entitlement computation keys
#CUSTOM_ENTITLEMENT_COMPUTATION_REVENUECAT_API_KEY=your_key
#CUSTOM_ENTITLEMENT_COMPUTATION_GOOGLE_PURCHASE_TOKEN=your_token
#CUSTOM_ENTITLEMENT_COMPUTATION_PRODUCT_ID_TO_PURCHASE=your_product_id
#CUSTOM_ENTITLEMENT_COMPUTATION_BASE_PLAN_ID_TO_PURCHASE=your_base_plan_id
#CUSTOM_ENTITLEMENT_COMPUTATION_ACTIVE_ENTITLEMENT_IDS_TO_VERIFY=entitlement1,entitlement2
## ──────────────────────────────────────────────
## Debug flags
## ──────────────────────────────────────────────
#ENABLE_EXTRA_REQUEST_LOGGING=true
## ──────────────────────────────────────────────
## Enable Remote Config (test-only)
## When true, the SDK instantiates the /v1/config manager and refreshes it on app
## foreground (staleness-gated). The response is not consumed yet; this only exercises
## the request/parse/persist path from test apps ahead of the production wiring.
## ──────────────────────────────────────────────
#ENABLE_REMOTE_CONFIG=true