forked from tanelso2/auto-fork-sync
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
26 lines (20 loc) · 787 Bytes
/
.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
# The ID of your GitHub App
APP_ID=
WEBHOOK_SECRET=development
# Set the NODE_ENV
# NODE_ENV=production
# Uncomment this to get verbose logging; use `info` to show less
# LOG_LEVEL=trace
# Go to https://smee.io/new set this to the URL that you are redirected to.
# WEBHOOK_PROXY_URL=
# Uncomment the following line and use your own GitHub Enterprise
# instance if this will not be used on https://github.com
# GHE_HOST=github.example.com
# This setting should ONLY be used for testing with
# a self-signed certificate or when a proxy is causing certificate issues
# NODE_TLS_REJECT_UNAUTHORIZED=0
# Create a private key in your organization and reference the path here
# Probot >=6
# PRIVATE_KEY_PATH=.ssh/auto-fork-sync.pem
# Probot 5.x
# PRIVATE_KEY_FILE=.ssh/auto-fork-sync.pem