/**
 * Running the device reporter in production mode
 *
 * **WARNING: This config this is untrusted and most likely broken**
 */
{
    "type": "gpii.deviceReporter.config.dynamic",
    "options": {
        "distributeOptions": {
            "deviceReporterType": {
                "record": "gpii.deviceReporter.live",
                "target": "{that deviceReporter}.type"
            }
        }
    },
    "mergeConfigs": "gpii.deviceReporter.config.base.json5"
}
