-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.template
49 lines (39 loc) · 1.21 KB
/
.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
# Environment variables required for running the bot locally.
# @see https://probot.github.io/docs/configuration/
#
# WARNING: Don't edit this file directly!
# Run `cp .env.template .env` in your terminal and edit the resulting `.env`.
# PROBOT SETTINGS
# The App ID assigned to your GitHub app.
# @required
APP_ID=
# The contents of the private key for your GitHub App.
# @required if PRIVATE_KEY_PATH is not given
PRIVATE_KEY=
# When using the `PRIVATE_KEY_PATH` environment variable, set it to
# the path of the .pem file that you downloaded from your GitHub App registration.
# @required if PRIVATE_KEY is not given
PRIVATE_KEY_PATH=
# Allows your local development environment to receive GitHub webhook events.
# @required
WEBHOOK_PROXY_URL=
# The webhook secret used when creating a GitHub App.
# @required
WEBHOOK_SECRET=
# The verbosity of logs to show when running your app. Can be any of:
# - fatal
# - error
# - warn
# - info
# - debug
# - trace
# - silent
# @default info
LOG_LEVEL=
# The hostname of your GitHub Enterprise instance.
# Needed only if deploying to GHE.
GHE_HOST=
# REGINALD-BOT SETTINGS
# Name of this GitHub app. When deploying locally, you may want to set this.
# @default reginald[bot]
APP_NAME=