forked from github-community-projects/private-mirrors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
29 lines (23 loc) · 945 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
27
28
29
# GitHub App Details
APP_ID=12345
GITHUB_CLIENT_ID=Iv1.12345def
GITHUB_CLIENT_SECRET=clientsecret
# Private key for the GitHub App
PRIVATE_KEY=-----BEGIN RSA PRIVATE KEY-----\nYOUR KEY HERE WITH \n INCLUDED=\n-----END RSA PRIVATE KEY-----\n
# Auth configs
NEXTAUTH_SECRET=bad-secret
NEXTAUTH_URL=http://localhost:3000
# A comma-separated list of GitHub usernames that are allowed to access the app
ALLOWED_HANDLES=
# A comma-separated list of GitHub orgs that are allowed to access the app
ALLOWED_ORGS=
# This is used to sign payloads from github, see this doc for more info
# https://docs.github.com/en/webhooks/using-webhooks/validating-webhook-deliveries
WEBHOOK_SECRET=bad-secret
# Use `trace` to get verbose logging or `info` to show less
LOGGING_LEVEL=debug
# Used for settings various configuration in the app
NODE_ENV=development
# Used for GHEC configs, where private mirrors are kept in a different org
PUBLIC_ORG=
PRIVATE_ORG=