-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
41 lines (32 loc) · 1.22 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
# Email
export [email protected]
export MAILGUN_API_KEY=your_mail_gun_api_key
export DOMAIN=your_domain_where_you_send_email_from
# Slack
export SLACK_BOT_ACCESS_TOKEN=xoxb-xxxx-xxxx-xxxxxxxx
export PAPERCUPS_SLACK_CLIENT_ID='xxxx.xxxx'
export PAPERCUPS_SLACK_CLIENT_SECRET='xxxxxxxx'
# Sentry
export SENTRY_DSN=https://[email protected]/55555
# Stripe
export PAPERCUPS_STRIPE_SECRET=sk_test_xxxxx
# React app
export REACT_APP_GOOGLE_ANALYTICS_ID='UA-999999999-1'
export REACT_APP_SLACK_CLIENT_ID='xxxx.xxxx'
export REACT_APP_SENTRY_DSN=https://[email protected]/44444
export REACT_APP_LOGROCKET_ID='xxxxxx/papercups'
export REACT_APP_STRIPE_PUBLIC_KEY=pk_test_xxxxx
export REACT_APP_FILE_UPLOADS_ENABLED=1
# set to localhost:3000 when developing
export REACT_APP_URL='app.papercups.io'
# General
export BACKEND_URL='app.papercups.io'
# Customer.io
export CUSTOMER_IO_SITE_ID='0000000000000000000'
export CUSTOMER_IO_API_KEY='xxxxxxxxxxxxx'
export AWS_ACCESS_KEY_ID='xxxxxxxxxxxxxxxxxxxxxx'
export AWS_SECRET_ACCESS_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
export BUCKET_NAME='SOME-S3-BUCKET'
export AWS_REGION='SOME-AWS-REGION'
# Require ssl for db (defaults to true)
export REQUIRE_DB_SSL=true