forked from restyled-io/restyled.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
41 lines (32 loc) · 1.19 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
APPROOT=https://restyled.ngrok.io
# Use this if you need to skip ngrok. End-to-end processing and OAuth login will
# not function.
#APPROOT=http://localhost:3000
# Develoment GitHub App secrets. Required for end-to-end processing.
GITHUB_APP_ID=
GITHUB_APP_KEY="
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
"
# Development GitHub OAuth secrets and Admin declaration. Required to log in,
# view private repo jobs, and/or access /admin
ADMIN_EMAILS=
GITHUB_OAUTH_CLIENT_ID=
GITHUB_OAUTH_CLIENT_SECRET=
# A personal token, with no permissions. Used to make requests for public
# information in the GitHub API without hitting anonymous-user rate limits.
GITHUB_RATE_LIMIT_TOKEN=
# GitLab OAuth secrets. Required to try experimental GitLab support.
GITLAB_OAUTH_CLIENT_ID=
GITLAB_OAUTH_CLIENT_SECRET=
# Secrets for GitHub for Students OAUTH
GITHUB_STUDENTS_OAUTH_CLIENT_ID=
GITHUB_STUDENTS_OAUTH_CLIENT_SECRET=
# Optional. To maintain persistent sessions, copy the generated value from the
# logs the first time you run the app
#SESSION_KEY=
# Optional. Run a publically-accessible image, instead of locally-built.
#RESTYLER_IMAGE=quay.io/restyled-io/restyler
#RESTYLER_TAG=b390
LOG_LEVEL=DEBUG