diff --git a/example-config.sh b/example-config.sh index 4f410a2..490fc8c 100755 --- a/example-config.sh +++ b/example-config.sh @@ -4,8 +4,11 @@ export GITHUB_CLIENT_ID=# export GITHUB_CLIENT_SECRET=# export COGNITO_REDIRECT_URI=# https:///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:///api/v3 # GITHUB_LOGIN_URL=# https://