-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env.example
More file actions
53 lines (41 loc) · 1.7 KB
/
Copy path.env.example
File metadata and controls
53 lines (41 loc) · 1.7 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
# NOTE: Please ALWAYS keep this file updated as the CI pipeline uses it to
# create the .env file for the binary. See: lib/env_file_creator.rb
AMPLITUDE_API_KEY=
AMPLITUDE_EXPERIMENT_DEPLOYMENT_KEY=
SENTRY_DSN=
FREIGHTER_BACKEND_V1_PROD_URL=
FREIGHTER_BACKEND_V1_STG_URL=
FREIGHTER_BACKEND_V1_DEV_URL=
FREIGHTER_BACKEND_V2_PROD_URL=
FREIGHTER_BACKEND_V2_STG_URL=
FREIGHTER_BACKEND_V2_DEV_URL=
WALLET_KIT_PROJECT_ID_PROD=
WALLET_KIT_MT_URL_PROD=
WALLET_KIT_MT_ICON_PROD=
WALLET_KIT_MT_NAME_PROD=
WALLET_KIT_MT_DESCRIPTION_PROD=
WALLET_KIT_MT_REDIRECT_NATIVE_PROD=
WALLET_KIT_PROJECT_ID_DEV=
WALLET_KIT_MT_URL_DEV=
WALLET_KIT_MT_ICON_DEV=
WALLET_KIT_MT_NAME_DEV=
WALLET_KIT_MT_DESCRIPTION_DEV=
WALLET_KIT_MT_REDIRECT_NATIVE_DEV=
ANDROID_DEBUG_KEYSTORE_PASSWORD=
ANDROID_DEBUG_KEYSTORE_ALIAS=
ANDROID_DEV_KEYSTORE_PASSWORD=
ANDROID_DEV_KEYSTORE_ALIAS=
ANDROID_PROD_KEYSTORE_PASSWORD=
ANDROID_PROD_KEYSTORE_ALIAS=
MP_COLLECTIONS_ADDRESSES=
# Enable preview-build behavior in the app (set to "true" only by the PR Preview
# workflows). Currently this skips the jail-monkey root/jailbreak check, which
# reports true on many emulators and simulators and would otherwise show
# SecurityBlockScreen instead of the app. Optional: absent in normal builds.
IS_PREVIEW_BUILD=
# Enable E2E-specific behavior in the app (should be set to "true" when running Maestro tests).
IS_E2E_TEST=
# Recovery phrase for ImportWallet E2E flow. Used locally when running E2E; CI uses secrets.E2E_TEST_RECOVERY_PHRASE.
E2E_TEST_RECOVERY_PHRASE=
# Recovery phrase for ImportFundedWallet E2E flow (funded wallet for Send/Swap/WalletConnect tests). Used locally when running E2E; CI uses secrets.E2E_TEST_FUNDED_RECOVERY_PHRASE.
E2E_TEST_FUNDED_RECOVERY_PHRASE=