-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
48 lines (38 loc) · 791 Bytes
/
.env.sample
File metadata and controls
48 lines (38 loc) · 791 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
47
48
# Node
NODE_ENV=development
THAT_ENVIRONMENT=dev-local
DEBUG=
DEBUG_DEPTH=
# Graph Config
ENABLE_GRAPH_PLAYGROUND=true
ENABLE_GRAPH_INTROSPECTION=true
# Sentry Config
SENTRY_DSN=
#Auth
AUTH0_JWKS_URI=
AUTH0_AUDIENCE=
AUTH0_ISSUER=
#influx
INFLUX_HOST=
INFLUX_TOKEN=
INFLUX_ORG_ID=
INFLUX_BUCKET_ID=
POSTMARK_API_TOKEN=
SLACK_WEBHOOK_URL=
# Active Campaign
ACTIVE_CAMPAIGN_API=
ACTIVE_CAMPAIGN_KEY=
# stripe
STRIPE_PUBLISHABLE_KEY=pk_....
STRIPE_SECRET_KEY=sk_...
STRIPE_SUCCESS_URL=
STRIPE_CANCEL_URL=
# that
BOUNCER_BASE_URL=http://localhost:9090/
THAT_REQUEST_SIGNING_KEY=sample_12345678901234567890
# when true sends speaker order to bouncer else to console.
DEV_SEND_ORDER_SPEAKER_REQUEST=false
# graphCdn
GRAPHCDN_TOKEN=
# Development switches
#TEST_SLACK_NOTIFICATIONS=true