/**
 * This configuration acts as a base for `gpii.config.untrusted.development.manualTesting`.
 *
 * It uses a multi-server Kettle configuration to run the Untrusted Flow Manager and
 * a local version of the Cloud Based Flow Manager within the same Kettle process, but on different ports:
 * It starts these servers:
 * 1. Untrusted Local Flow Manager on port 8081
 * 2. Cloud with both Cloud Based Flow Manager and Preferences Server on port 8084
 *
 * * The following components are running on the local machine:
 * ** Untrusted Local Flow Manager
 * ** Dynamic Device Reporter
 *
 * * The following components are running on the cloud:
 * *** Auth Server
 * *** Flat MatchMaker
 * *** Cloud Based Flow Manager
 * *** Preferences Server
 * *** Solutions Registry
 */
{
    "type": "gpii.config.untrusted.development.dynamicDR.local",
    "options": {
        "configs": {
            "localConfig": {
                "configName": "gpii.config.untrusted.development.dynamicDR",
                "configPath": "%gpii-universal/gpii/configs/shared"
            }
        }
    },
    "mergeConfigs": [
        "%gpii-universal/gpii/configs/shared/gpii.config.untrusted.development.local.json5"
    ]
}
