Skip to content

Commit

Permalink
fix: remove config definitions that are secret
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Jacobs <[email protected]>
  • Loading branch information
alecjacobs5401 committed Mar 1, 2024
1 parent b1e3292 commit 216b68c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,5 @@ export interface Config {
* @visibility frontend
*/
apiBaseUrl?: string;
/**
* Optional PagerDuty API Token used in API calls from the backend component.
* @visibility frontend
*/
apiToken?: string;
/**
* Optional PagerDuty Scoped OAuth Token used in API calls from the backend component.
* @visibility frontend
*/
oauth?: PagerDutyOAuthConfig;
};
}

0 comments on commit 216b68c

Please sign in to comment.