{
    "type": "gpii.tests.resetDefaultSettings.config",
    "options": {
        "flowManagerOptions": {
            // Do not disturb the defaultSettings.json5 file that has been copied to the settings dir on the computer
            // that this test is running on.
            "components": {
                "defaultSettingsLoader": {
                    "type": "fluid.component",
                    "options": {
                        "invokers": {
                            "get": {
                                "funcName": "fluid.identity"
                            }
                        }
                    }
                }
            }
        },
        "distributeOptions": {
            "acceptance.flowManagerOptions": {
                "source": "{that}.options.flowManagerOptions",
                "target": "{that gpii.flowManager.local}.options"
            }
        }
    }
}
