-
-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy path.env.example
More file actions
37 lines (27 loc) · 627 Bytes
/
.env.example
File metadata and controls
37 lines (27 loc) · 627 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
FRONTEND_HOST=http://localhost:8082
API_HOST="http://localhost:3000"
PAYPAL_HOST="https://api.sandbox.paypal.com"
SLACK_WEBHOOK_URL=
FACEBOOK_ID=123
FACEBOOK_SECRET=123
SENDGRID_API_KEY=
GOOGLE_ID=123
GOOGLE_SECRET=123
GITHUB_ID=123
GITHUB_SECRET=123
BITBUCKET_ID=123
BITBUCKET_SECRET=123
MAILCHIMP_API_KEY=
MAILCHIMP_LIST_ID=
## Slack app with channels:read permission
SLACK_TOKEN=
SLACK_CHANNEL_ID=
SLACK_CHANNEL_INVITE_LINK=
SECRET_PHRASE=123
STRIPE_KEY=
STRIPE_PUBKEY=
GOOGLE_RECAPTCHA_SITE_KEY=
## Docker compose - local environment settings.
POSTGRES_PASSWORD=postgres
POSTGRES_DB=gitpay_dev
POSTGRES_PORT=5432