Skip to content

Commit

Permalink
add configuration for account.microsoft.com (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
techtor committed Dec 2, 2021
1 parent b1227e7 commit 93e5503
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type ConfigurationType = undefined | keyof IConfigurationURLs;
export interface IConfigurationURLs {
Default: string;
Stream: string;
AMC: string;
MSN: string;
Custom: string;
}
Expand All @@ -14,6 +15,7 @@ export const ConfigurationURLs: IConfigurationURLs = {
// Default doesn't load from a URL
Default: "",
Stream: "https://aka.ms/telemetryViewerConfig/Stream",
AMC: "https://aka.ms/telemetryViewerConfig/AMC",
MSN: "TODO",
// Custom doesn't load from a URL, but from local storage instead
Custom: ""
Expand Down

0 comments on commit 93e5503

Please sign in to comment.