Skip to content

Commit

Permalink
fix: Always export API base URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones authored Jul 8, 2021
1 parent 30ffbc8 commit bb3ace5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
export GITHUB_CLIENT_ID=# <GitHub OAuth App Client ID>
export GITHUB_CLIENT_SECRET=# <GitHub OAuth App Client Secret>
export COGNITO_REDIRECT_URI=# https://<Your Cognito Domain>/oauth2/idpresponse
# Change these if used with GitHub Enterprise (see below)
export GITHUB_API_URL=https://api.github.com
export GITHUB_LOGIN_URL=https://github.com

# Variables required if used with GitHub Enterprise
# Alternate URLs if used with GitHub Enterprise
# GITHUB_API_URL=# https://<GitHub Enterprise Host>/api/v3
# GITHUB_LOGIN_URL=# https://<GitHub Enterprise Host>

Expand Down

0 comments on commit bb3ace5

Please sign in to comment.