chore: Update config types

Signed-off-by: Jack Palmer <jackpalmer@spotify.com>
This commit is contained in:
Jack Palmer
2023-03-29 13:44:50 +01:00
parent b58a2b7b6f
commit 5e01b931ee
+8
View File
@@ -203,5 +203,13 @@ export interface Config {
* remove the default value that Backstage puts in place for that policy.
*/
csp?: { [policyId: string]: string[] | false };
/**
* Discovery options.
*
* The keys are the plugin IDs, and the values are their endpoint URLs which
* will be used by `HostDiscovery` implementation.
*/
discovery?: { [pluginId: string]: string };
};
}