// This production config that fetches default settings for reset from a remote url
// when GPII runs in production config
{
    "type": "gpii.flowManager.config.remoteDefaultSettings.base",
    "options": {
        "distributeOptions": {
            "flowManager.remoteDefaultSettings": {
                "record": "https://raw.githubusercontent.com/GPII/universal/master/testData/defaultSettings/defaultSettings.win32.json5",
                "target": "{that gpii.flowManager.local defaultSettingsLoader}.options.defaultSettingsUrl"
            }
        }
    }
}
