forked from NWACus/avy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
44 lines (36 loc) · 1.02 KB
/
.env.sample
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
#
# Instructions:
# 1) make a copy of this file in .env
# 2) fill in required values
# 3) uncomment the values you want to override
#
# This is required for builds to be able to upload sourcemaps to Sentry
#
SENTRY_AUTH_TOKEN=
#
# This is embedded in the app via app.config.ts. Must be present at runtime to send Sentry events.
#
SENTRY_DSN=
#
# These are embedded in the app via app.config.ts. Must be present to use maps. Not required for Expo Go.
#
ANDROID_GOOGLE_MAPS_API_KEY=
IOS_GOOGLE_MAPS_API_KEY=
#
# Set this to a value to enable Sentry in development mode. Off by default.
#
# EXPO_PUBLIC_SENTRY_IN_DEV=1
#
# Set this to prevent warnings and errors from popping up onscreen. Useful when running in
# the summer and you don't want to see messages about missing forecasts.
#
# EXPO_PUBLIC_DISABLE_LOGBOX=1
#
# Set this to change the startup date for the app. The default is 'latest'. 2/20/2023 is a
# good date for NWAC.
#
# EXPO_PUBLIC_DATE='2023-02-20'
#
# Set this to disable prefetching.
#
# EXPO_PUBLIC_DISABLE_PREFETCHING=1