-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.production.info
80 lines (50 loc) · 2.22 KB
/
.env.production.info
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
# This file keeps track of the non-secret environment
# variable values for the production deploys in the
# Vercel dashboard. When you set an env var in Vercel,
# add it here.
# When you add an environment variable here, set its
# corresponding values for local development and
# preview deployments in .env.development and
# .env.preview.info.
########## Ads ##########
NEXT_PUBLIC_ADS_ENABLED=true
NEXT_PUBLIC_ADS_USE_MOCK_ADS=false
NEXT_PUBLIC_GAM_DEV_ENVIRONMENT=false
########## Developer/Internal Features ##########
########## Firebase ##########
# May need to encrypt env vars to manage space:
# https://vercel.com/support/articles/how-do-i-workaround-vercel-s-4-kb-environment-variables-limit
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=tab-for-a-cause.firebaseapp.com
NEXT_PUBLIC_FIREBASE_CLIENT_EMAIL=firebase-adminsdk-mg6w3@tab-for-a-cause.iam.gserviceaccount.com
NEXT_PUBLIC_FIREBASE_DATABASE_URL=https://tab-for-a-cause.firebaseio.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=tab-for-a-cause
NEXT_PUBLIC_FIREBASE_PUBLIC_API_KEY=AIzaSyDZKbk3DzJwA9nWLlpt6hjqhTm6WY-WOnk
# FIREBASE_PRIVATE_KEY='"secret-value"'
########## Relay ##########
NEXT_PUBLIC_RELAY_ENDPOINT=https://tab.gladly.io/graphql/
########## Sentry ##########
NEXT_PUBLIC_SENTRY_DSN=https://[email protected]/5258438
SENTRY_ORG=gladly-inc
SENTRY_PROJECT=tab-v4
SENTRY_UPLOAD_SOURCE_MAPS_ON_BUILD=true
# SENTRY_AUTH_TOKEN=secret-value
NEXT_PUBLIC_ENABLE_SENTRY_LOGGING=true
########## Service Worker ##########
NEXT_PUBLIC_SERVICE_WORKER_ENABLED=true
########## Session Options ##########
COOKIE_SECURE_SAME_SITE_NONE=true
### COOKIE_SECRET_20220711 is the actual current secret, despite
### the naming of "COOKIE_SECRET_CURRENT".
# COOKIE_SECRET_20220711=secret-value
# COOKIE_SECRET_CURRENT=secret-value
########## URL/Path Configuration ##########
# Note that the base path is also hardcoded in vercel.json and
# next.config.js.
NEXT_PUBLIC_URLS_BASE_PATH=/newtab
NEXT_PUBLIC_URLS_USE_TRAILING_SLASH=true
# Media Endpoint
NEXT_PUBLIC_MEDIA_ENDPOINT=https://prod-tab2017-media.gladly.io
########## Growthbook ##########
NEXT_PUBLIC_GROWTHBOOK_ENV=production
########## Estimated Money Per Tab ##########
NEXT_PUBLIC_EST_MONEY_RAISED_PER_TAB=0.000765