-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env.example
29 lines (29 loc) · 1.12 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
# PORT=3131
# Twilio keys are required if you want to use Twilio for
# either room management (Twilio Video) or just a TURN server
# TWILIO_ACCOUNT_ID=twilio-account-id-needed-for-either-twilio-approach
# TWILIO_KEY=twilio-key-needed-for-twilio-video
# TWILIO_SECRET=twilio-secret-needed-for-twilio-video
# TWILIO_TOKEN=twilio-token-needed-for-TURN-server-approach
REDIS_URL=redis://127.0.0.1:6379-required
SECURE_ENCRYPTION_KEY=random_string_yo-required
DEFAULT_HOST=https://example.com/needed-for-emails-and-texts
# Required if you want purchases to work:
# STRIPE_SECRET_KEY=abcdefg
# STRIPE_PUBLIC_KEY=hijklmnop
# STRIPE_PRICE_ID=stripe_price_id
# STRIPE_YEARLY_PRICE_ID=stripe_yearly_price_id
# PURCHASE_ACCOUNT_CODES_POOL=list-of-template-join-codes-comma-separated
# SES and SNS for emails/texts to work
# SES_KEY=abcdefg
# SES_SECRET=hijklmnop
# SES_REGION=us-east-1
# SNS_KEY=abcdefg
# SNS_SECRET=hijklmnop
# SNS_REGION=us-east-1
# Required if you want ZenDesk integration to work:
ZENDESK_DOMAIN=mysite.zendesk.com
ZENDESK_TOKEN=abdwgiuwagw