-
Notifications
You must be signed in to change notification settings - Fork 1
/
production.env.template
47 lines (32 loc) · 1.29 KB
/
production.env.template
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
# THIS FILE CONTAINS SECRET KEYS THAT ARE INJECTED IN THE APP
# DO NOT COMMIT THIS FILE TO VERSION CONTROL
# The name of the tech team testing group in firebase
FIREBASE_TEST_GROUP=
# The access token of MAPBOX so we can use it
MAPBOX_ACCESS_TOKEN=
# The download token of MAPBOX so Gradle can download the library
MAPBOX_DOWNLOADS_TOKEN=
# [OPTIONAL - YOU CAN LEAVE IT EMPTY] The style of MAPBOX to be used for the map
MAPBOX_STYLE=
# [OPTIONAL - YOU CAN LEAVE IT EMPTY] The Mixpanel Token
MIXPANEL_TOKEN=
# The release keystore's file path, for signing release builds
RELEASE_KEYSTORE=
# The release keystore's password
RELEASE_KEYSTORE_PASSWORD=
# The release key alias
RELEASE_KEY_ALIAS=
# The release key password
RELEASE_KEY_PASSWORD=
# [OPTIONAL - YOU CAN LEAVE IT EMPTY] The debug keystore's file path, for signing debug builds
DEBUG_KEYSTORE=
# [OPTIONAL - YOU CAN LEAVE IT EMPTY] The debug keystore's password
DEBUG_KEYSTORE_PASSWORD=android
# [OPTIONAL - YOU CAN LEAVE IT EMPTY] The debug key alias
DEBUG_KEY_ALIAS=androiddebugkey
# [OPTIONAL - YOU CAN LEAVE IT EMPTY] The debug key password
DEBUG_KEY_PASSWORD=android
# The API URL used for this flavor/environment
API_URL=https://api.weatherxm.com
# The Claim DApp URL used for this flavor/environment
CLAIM_APP_URL=https://claim.weatherxm.com