-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update sample & default BROKER_CLIENT_HOST
- Loading branch information
Showing
4 changed files
with
79 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
# your unique broker identifier | ||
BROKER_ID= | ||
|
||
# the host where your github enterprise is running, i.e. api.github.com | ||
HOST= | ||
|
||
# your personal access token to your github enterprise account | ||
TOKEN= | ||
|
||
# the host where your github enterprise is running, i.e. api.github.com, note | ||
# that this doesn't include the API URL, as that's set in $GITHUB_API | ||
GITHUB= | ||
|
||
GITHUB_API=$GITHUB/api/v3 | ||
|
||
# optionally the client host (including port) - otherwise this defaults to localhost:$PORT | ||
# BROKER_CLIENT_HOST= | ||
|
||
# snyk specific configuration | ||
BROKER_URL=https://broker.snyk.io | ||
|
||
# the fine detail accept rules that allow snyk to make API requests to your | ||
# github enterprise instance | ||
ACCEPT=accept.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters