-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
48 lines (38 loc) · 1.29 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
42
43
44
45
46
47
48
# We need to set both the username and password as environment variables in order to use the app
GITHUB_ANALYZER_USERNAME=postgres
GITHUB_ANALYZER_PASSWORD=postgres
# Must be set as the webhook secret on your github app
GITHUB_ANALYZER_WEBHOOK_SECRET=fake-secret
# Own Github organization
GITHUB_ORGANIZATION=rootstrap
# Worpress data
WORDPRESS_SITE_ID=
WORDPRESS_CLIENT_ID=
WORDPRESS_CLIENT_SECRET=
WORDPRESS_USERNAME=
WORDPRESS_PASSWORD=''
HONEYBADGER_API_KEY=''
# Token obtained from https://codeclimate.com/profile/tokens
CODE_CLIMATE_API_TOKEN=
# Url obtained from https://developer.codeclimate.com/#overview
CODE_CLIMATE_API_URL=https://api.codeclimate.com/v1
# This constant is prepended to all repository slugs in the requests to CodeClimate API
CODE_CLIMATE_API_ORG_NAME=rootstrap
# Github credentials
GITHUB_ADMIN_USER=
GITHUB_ADMIN_TOKEN=
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/abc
ENGINEERING_METRICS_URL=https://example.com
# Jira
JIRA_ADMIN_USER=admin
JIRA_ADMIN_TOKEN=admin
JIRA_ENVIRONMENT_FIELD=customfield_10000
JIRA_ROOT_URL=http://localhost:2990
JIRA_AGILE_URL=http://localhost:2990
JIRA_REPORTS_URL=http://localhost:2990
# Quichckart
QUICKCHART_URL=https://quickchart.io/chart/create
# SendGrid credentials
SENDGRID_USERNAME=metrics@example.com
SENDGRID_PASSWORD=
SENDGRID_API_KEY=