{
    "type": "gpii.flowManager.config.untrusted.base",
    "options": {
        "gradeNames": "fluid.component",
        "distributeOptions": {
            "flowManager.untrustedGrades": {
                "record": "gpii.flowManager.untrusted",
                "target": "{that flowManager}.options.gradeNames"
            },
            "flowManager.defaultCloudURL": {
                "record": "http://localhost:8084",
                "target": "{that flowManager settingsDataSource}.options.cloudURL"
            },
            "flowManager.envCloudURL": {
                "record": "@expand:kettle.resolvers.env(GPII_CLOUD_URL)",
                "target": "{that flowManager settingsDataSource}.options.cloudURL",
                "priority": "after:flowManager.defaultCloudURL"
            },
            "flowManager.clientCredentialFilePath": {
                "record": "%gpii-universal/testData/clientCredentials/pilot.json",
                "target": "{that flowManager settingsDataSource}.options.clientCredentialFilePath"
            }
        }
    },
    "mergeConfigs": [
        "./gpii.flowManager.config.local.base.json5"
    ]
}
