-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy path.env.example
More file actions
37 lines (37 loc) · 839 Bytes
/
.env.example
File metadata and controls
37 lines (37 loc) · 839 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
# AWS access key id of development
AWS_ACCESS_KEY_ID=
# AWS secret access key of development
AWS_SECRET_ACCESS_KEY=
# GitHub dev app credentials
GITHUB_APP_ID=
GITHUB_APP_PRIVATE_KEY=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# GitHub Light app credentials
GITHUB_LIGHT_APP_ID=
GITHUB_LIGHT_APP_PRIVATE_KEY=
# GitHub test access token
TEST_GITHUB_USER_ACCESS_TOKEN=
# Stripe secrets
STRIPE_WEBHOOK_SECRET=
STRIPE_API_KEY=
# GitLab dev app credentials
GITLAB_APP_ID=
GITLAB_APP_SECRET=
# GitLab on-premise secret for ngrok additional auth
GITLAB_ARGOS_AUTH_SECRET=
# Resend
RESEND_API_KEY=
RESEND_WEBHOOK_SECRET=
# Discord
DISCORD_WEBHOOK_URL=
# GitHub SSO Stripe product id
GITHUB_SSO_STRIPE_PRODUCT_ID=
# Google
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Slack
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
SLACK_SIGNING_SECRET=
SLACK_STATE_SECRET=