config/deployment/sdnconfig.json

{
    "networkController": {
        "restName": "",
        "restIpAddress": "",
        "clusterAuthentication": "kerberos",
        "clientAuthenticaion": "none",
        "runtime": "FC",
        "SF": {
            "nodecount": "1"
        },
        "FC": {
            "PackageLocation": "",
            "PowershellModuleRootPath": "",
            "DatabaseLocation": ""
        }
    },
    "mux": {
        "enabled": "true",
        "asn": "1234",
        "peerRouterASN": "4321",
        "nodeCount": "1"
    },
    "gateway": {
        "enabled": "true",
        "nodeCount": "1",
        "s2s": {
            "enabled": "true",
            "fastPath": "true"
        },
        "gre": {
            "enabled": "true",
            "fastPath": "true"
        },
        "l3": {
            "enabled": "true",
            "fastPath": "true"
        }
    }
}