summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/test/legacy28/jstests/libs/config_files/disable_rest_interface.json
blob: f9ad93a4f5dffb90b30e5d829fed7f629dc0d8a5 (plain)
1
2
3
4
5
6
7
{
    "net" : {
        "http" : {
            "RESTInterfaceEnabled" : false
        }
    }
}