-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
47 lines (31 loc) · 854 Bytes
/
.env.example
File metadata and controls
47 lines (31 loc) · 854 Bytes
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
# Firebase API Key
FIREBASE_API_KEY=
# Firebase Auth Domain (not explicitly found in google-services.json, but inferred)
FIREBASE_AUTH_DOMAIN=
# Firebase Project ID
FIREBASE_PROJECT_ID=
# Firebase Storage Bucket
FIREBASE_STORAGE_BUCKET=
# Firebase Messaging Sender ID (Project Number)
FIREBASE_MESSAGING_SENDER_ID=
# Firebase App ID
FIREBASE_APP_ID=
# Google Maps API Key
GOOGLE_MAPS_API_KEY=
# Google Sign-In (oauth)
GOOGLE_WEB_CLIENT_ID=
# Github Personal Access Token (PAT) for repo
GH_TOKEN=
# Local development only
APP_VERSION=
BUILD_NUMBER=
BUILD_DATE=
# Google-Services.JSON
GOOGLE_SERVICES_JSON_BASE64=
# Expo LAN IP + Port
REACT_NATIVE_PACKAGER_HOSTNAME=192.168.68.63
EXPO_DEVTOOLS_LISTEN_ADDRESS=0.0.0.0
# Google Sign-In Development Client ID (with debug SHA-1)
GOOGLE_WEB_CLIENT_ID_DEV=
#DO NOT COMMIT THIS
SENTRY_AUTH_TOKEN=