/**
 * This configuration runs the flat MatchMaker in development mode
 */
{
    "type": "gpii.flatMatchMaker.config.base",
    "options": {
        "gradeNames": ["fluid.component"],
        "distributeOptions": {
            "flatMatchMaker.ontologyHandler": {
                "record": "{ontologyHandler}",
                "target": "{that gpii.flatMatchMaker}.options.components.ontologyHandler"
            }
        },
        "components": {
            "server": {
                "options": {
                    "components": {
                        "matchMaker": {
                            "type": "gpii.flatMatchMaker"
                        }
                    }
                }
            }
        }
    }
}
