-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
43 lines (33 loc) · 1.07 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
# ----------------------------------------
# Review config
# ----------------------------------------
NODE_ENV=default
IS_GET_FILES_REQUEST_PAGINATED=false
DELAY_BETWEEN_COMMENT_REQUESTS_IN_SECONDS=3
IS_OWNER_ASSIGNING_ENABLED=true
IS_REVIEW_SUMMARY_ENABLED=false
IS_STORING_LOGS_ENABLED=false
APPROVE_PULL_ON_EMPTY_REVIEW_COMMENTS=true
MAX_COMMENTS_PER_REVIEW=25
SENDERS=
# e.g. https://raw.githubusercontent.com/trolit/Patchron/master/src/config/rules.json
RULES_CONFIGURATION_URL=
# !! required for testing purposes !!
RULES_CONFIGURATION_PATH=src/config/rules
# ----------------------------------------
# App config
# ----------------------------------------
# -----------------
# Server
# -----------------
# Use `trace` to get verbose logging or `info` to show less
LOG_LEVEL=info
# Go to https://smee.io/new set this to the URL that you are redirected to.
WEBHOOK_PROXY_URL=
# The ID of your GitHub App
APP_ID=
PRIVATE_KEY=""
# Provide when configured in secret
WEBHOOK_SECRET=
# Must be provided in GitHub action in order to authenticate and process event payload
GITHUB_TOKEN=