-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.template
50 lines (46 loc) · 963 Bytes
/
.env.template
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
# xx for string value
# $$ for number value
# !! for boolean value
DB_HOST=localhost
DB_NAME=stillpoint-staging
DB_PORT=5432
DB_USER=postgres
DB_PASS=123123
SERVER_HOST=localhost
SERVER_PORT=3001
#SMTP_MAIL_HOST=xx
#SMTP_MAIL_PORT=$$
#SMTP_MAIL_ISSECURE=!!
#SMTP_MAIL_USER=xx
#SMTP_MAIL_PASS=xx
#MAIL_FROM=xx
#MAIL_TO=xx
#MAIL_SUBJECT=xx
#MAIL_TEXT=xx
#MAIL_HTML=xx
HOST_PATH=http://localhost:3001
SALT_ROUNDS=1
#AWS_BUCKET=xx
#AWS_KEY=xx
#AWS_SECRET=xx
SHOW_SERVER_LOG=true
#PAYONEER_KEY=xx
#PAYONEER_SECRET=xx
#PAYONEER_PARTNER_ID=$$
API_ENDPOINT='http://localhost:3001'
SHOW_CLIENT_ERROR=true
SHOW_CLIENT_WARN=true
SHOW_CLIENT_LOG=true
CAPTCHA_SITE_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
ENV=development
STRIPE_CLIENT_ID=xx
STRIPE_SECRET_KEY=xx
STRIPE_PUB_KEY=xx
WEBHOOK_KEY=xx
REACT_URL=http://localhost:3000
AUTH0_DOMAIN=xx
AUTH0_RAILS_AUDIENCE=xx
AUTH0_NODE_CLIENT_ID=xx
AUTH0_NODE_CLIENT_SECRET=xx
AUTH0_NODE_AUDIENCE=xx
AUTH0_REACT_CLIENT_ID=xx