/**
 * This configuration acts as a base for `gpii.config.untrusted.development.local`. It runs the
 * local Untrusted Flow Manager locally.
 *
 * * The following components are running on the local machine:
 * ** Untrusted Local Flow Manager
 * ** Dynamic Device Reporter
 */
{
    "type": "gpii.config.untrusted.development.dynamicDR",
    "options": {
        "distributeOptions": {
            "gpii.config.deviceReporter.flowManager": {
                "record": "{flowManager}.solutionsRegistryDataSource",
                "target": "{that gpii.deviceReporter.live}.options.components.solutionsRegistryDataSource"
            }
        }
    },
    "mergeConfigs": [
        "%deviceReporter/configs/gpii.deviceReporter.config.dynamic.json5",
        "%flowManager/configs/gpii.flowManager.config.untrusted.base.json5",
        "%flatMatchMaker/configs/gpii.flatMatchMaker.config.base.json5"
    ]
}
