/* 1 */ { "argv" : [ "c:\\Program Files\\MongoDB\\Server\\3.6\\bin\\mongod.exe", "--config", "D:\\MongoDB_Files\\Config\\mongod.conf", "--service" ], "parsed" : { "config" : "D:\\MongoDB_Files\\Config\\mongod.conf", "net" : { "bindIp" : "0.0.0.0", "port" : 22000 }, "operationProfiling" : { "mode" : "off", "slowOpSampleRate" : 1.0, "slowOpThresholdMs" : 200 }, "replication" : { "replSetName" : "TestReplicaSet" }, "security" : { "authorization" : "enabled", "keyFile" : "D:\\MongoDB_Files\\Config\\S1MongoDB" }, "service" : true, "storage" : { "dbPath" : "D:\\MongoDB_Files\\DB", "directoryPerDB" : true, "journal" : { "enabled" : true } }, "systemLog" : { "destination" : "file", "logAppend" : true, "path" : "D:\\MongoDB_Files\\LOG\\MongoDBlog.log" } }, "ok" : 1.0, "operationTime" : Timestamp(1530456606, 2) }