From fb36a6365a7fe01c0f7355f0d95cea7a8595f296 Mon Sep 17 00:00:00 2001 From: Tiago Barbosa Date: Thu, 22 Feb 2024 14:31:47 +0000 Subject: [PATCH] fix: updating config schema to allow overriding of api base url Signed-off-by: Tiago Barbosa --- config.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.d.ts b/config.d.ts index 5c30d12..63a5062 100644 --- a/config.d.ts +++ b/config.d.ts @@ -27,6 +27,11 @@ export interface Config { * @visibility frontend */ eventsBaseUrl?: string; + /** + * Optional API Base URL to override the default. + * @visibility frontend + */ + apiBaseUrl?: string; /** * Optional PagerDuty API Token used in API calls from the backend component. * @visibility frontend