// This config turns on the local flowManager flag "resetAtStart" to reset the system to default settings on system startup.
{
    "type": "gpii.flowManager.config.resetAtStart.base",
    "options": {
        "distributeOptions": {
            "flowManager.resetAtStart": {
                "record": true,
                "target": "{that gpii.flowManager.local}.options.resetAtStart"
            }
        }
    }
}
