Allow configuration of base URL for Fossa links
Signed-off-by: Linda Navarette <linda.navarette@gmail.com>
This commit is contained in:
committed by
Linda Navarette
parent
06b6920a2c
commit
322d1ceeba
Vendored
+7
-1
@@ -20,6 +20,12 @@ export interface Config {
|
||||
* The organization id in fossa.
|
||||
* @visibility frontend
|
||||
*/
|
||||
organizationId: string;
|
||||
organizationId?: string;
|
||||
|
||||
/**
|
||||
* The base url to use for external links (from Backstage to Fossa).
|
||||
* @visibility frontend
|
||||
*/
|
||||
externalLinkBaseUrl?: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user