-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
46 lines (34 loc) · 928 Bytes
/
.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
# Needed stuff
POSTGRES_URL="postgres://postgres:password@localhost:5432/postgres"
REDIS_URL="redis://localhost:6379"
### Base url of the websocket server (include port if needed). This is used as a reference for the api's response
CONNECT_URL=ws://localhost:3100
## Connect Stuff
CONNECT_CLUSTER_PROCESS_COUNT=2
## Auth stuff
### Github
OAUTH_GITHUB_CLIENT_ID=
OAUTH_GITHUB_CLIENT_SECRET=
## Secrets
JWT_SECRET=SECRET
## Landing stuff (if landing is disabled, you can ignore this)
LANDING_DISABLED=1
SOCKETLESS_CLIENT_ID=
SOCKETLESS_TOKEN=
SOCKETLESS_URL=
# Optional Stuff
## Posthog stuff
NEXT_PUBLIC_POSTHOG_HOST=
NEXT_PUBLIC_POSTHOG_KEY=
## Sentry stuff
SENTRY_AUTH_TOKEN=
NEXT_PUBLIC_SENTRY_DSN=
CONNECT_SENTRY_DSN=
### If landing is disabled, you can remove this
NEXT_PUBLIC_SENTRY_DSN_LANDING=
## Contact Form
CONTACT_FORM_WEBHOOK=
## Stripe stuff
STRIPE_PUBLIC_KEY=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=