{
    "type": "gpii.tests.userLogon.config",
    "options": {
        "distributeOptions": {
            "acceptance.debounceTimeMs": {
                "record": 3000,
                "target": "{that gpii.flowManager.local lifecycleManager}.options.debounceTimeMs"
            },
            "acceptance.defaultSettings": {
                "source": "{that}.options.flowManagerOptions",
                "target": "{that gpii.flowManager.local}.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",
                                "args": [{
                                    "contexts": {
                                        "gpii-default": {
                                            "preferences": {
                                                "http://registry.gpii.net/common/magnification/enabled": false,
                                                "http://registry.gpii.net/common/cursorSize": 0.5,
                                                "http://registry.gpii.net/common/volume": 0.75
                                            }
                                        }
                                    }
                                }]
                            }
                        }
                    }
                }
            }
        }
    }
}
