-
Notifications
You must be signed in to change notification settings - Fork 26
/
.env.example
71 lines (53 loc) · 1.55 KB
/
.env.example
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
# +----------------------------+
# | Core |
# +----------------------------+
NEXT_PUBLIC_APP_ENV=
NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_BASE_URL=http://localhost:3000
NEXT_PUBLIC_ROOT_DOMAIN=localhost:3000
# You should generate a new secret for your app. This can be any random string.
NEXTAUTH_SECRET=
# A random string used to hash invite codes
HASHING_SECRET=
# A 32 byte key used to encrypt and decrypt data
ENCRYPTION_KEY=
# Tinybird - Used for analytics
NEXT_PUBLIC_TINYBIRD_TRACKER_TOKEN=
LOOPS_API_KEY=
# Sentry
NEXT_PUBLIC_SENTRY_DSN=
# AWS - Used for uploading assets to S3
AWS_ACCESS_KEY_ID=
AWS_REGION=
AWS_SECRET_ACCESS_KEY=
# Google - Used for OAuth
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Twitter - Used for OAuth
TWITTER_CLIENT_ID=
TWITTER_CLIENT_SECRET=
TWITTER_CHALLENGE=
TWITTER_CALLBACK_URL=
DATABASE_URL=postgresql://glow_user:KGfUZosCOm@localhost:5432/glow_development
DIRECT_URL=postgresql://glow_user:KGfUZosCOm@localhost:5432/glow_development
# Stripe - Used for payments
STRIPE_API_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
# +----------------------------+
# | Integrations |
# +----------------------------+
GITHUB_AUTH_TOKEN=
INSTAGRAM_CLIENT_SECRET=
INSTAGRAM_CLIENT_ID=
INSTAGRAM_CALLBACK_URL=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_CLIENT_ID=
SPOTIFY_REDIRECT_URI=
NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN=
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=
# +----------------------------+
# | App Review User |
# +----------------------------+
TMP_APP_REVIEW_USER_ID=
TMP_APP_REVIEW_USER_PASSWORD=
TMP_APP_REVIEW_USER_EMAIL=