Ensure that additional configs passed to loadBackendConfig are properly taken into account
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -534,7 +534,7 @@ export const legacyPlugin: (
|
||||
export function loadBackendConfig(options: {
|
||||
logger: LoggerService;
|
||||
remote?: LoadConfigOptionsRemote;
|
||||
additionalConfig?: AppConfig;
|
||||
additionalConfigs?: AppConfig[];
|
||||
argv: string[];
|
||||
}): Promise<Config>;
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ export async function loadBackendConfig(options: {
|
||||
logger: LoggerService;
|
||||
// process.argv or any other overrides
|
||||
remote?: LoadConfigOptionsRemote;
|
||||
additionalConfig?: AppConfig;
|
||||
additionalConfigs?: AppConfig[];
|
||||
argv: string[];
|
||||
}): Promise<Config> {
|
||||
const secretEnumerator = await createConfigSecretEnumerator({
|
||||
|
||||
Reference in New Issue
Block a user