Files
mongo/jstests/libs/config_files/disable_rest_interface.json

8 lines
96 B
JSON

{
"net" : {
"http" : {
"RESTInterfaceEnabled" : false
}
}
}