-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from bcgov/feat/get-support-network-info
WIP: GET support network info (case/incident/sr)
- Loading branch information
Showing
45 changed files
with
2,462 additions
and
20 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
RECORD_CACHE_MS = 60000 | ||
|
||
ACCESS_TOKEN_URL='url here' | ||
CLIENT_ID='id here' | ||
CLIENT_SECRET='secret here' | ||
UPSTREAM_BASE_URL=http://www.google.com | ||
SUPPORT_NETWORK_ENDPOINT=/endpoint/path/here |
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
Oops, something went wrong.