Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Update app.config.js (#1172)
Browse files Browse the repository at this point in the history
Fix app.config.js to add back the contextHelpUrls.
  • Loading branch information
mechaffin authored and elvinm committed Nov 16, 2018
1 parent a5ef7f5 commit f99fcb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ const Config = {
//TODO: Determine if should query java or dotnet
gitHubReleases: 'https://api.github.com/repos/Azure/azure-iot-pcs-remote-monitoring-dotnet/releases'
},
contextHelpUrls: {
ruleActionsEmail: 'https://go.microsoft.com/fwlink/?linkid=2041110&clcid=0x409',
exploreTimeSeries: 'https://docs.microsoft.com/en-us/azure/iot-accelerators/iot-accelerators-remote-monitoring-rbac-tsi'
},
// Constants
showWalkthroughExamples: false,
defaultAjaxTimeout: 20000, // 20s
Expand Down

0 comments on commit f99fcb6

Please sign in to comment.