MongoDB
विन्यास
खोज…
पैरामीटर
पैरामीटर | चूक |
---|---|
systemLog.verbosity | 0 |
systemLog.quiet | असत्य |
systemLog.traceAllExceptions | असत्य |
systemLog.syslogFacility | उपयोगकर्ता |
systemLog.path | - |
systemLog.logAppend | असत्य |
systemLog.logRotate | नाम बदलने |
systemLog.destination | stdout |
systemLog.timeStampFormat | iso8601-स्थानीय |
systemLog.component.accessControl.verbosity | 0 |
systemLog.component.command.verbosity | 0 |
systemLog.component.control.verbosity | 0 |
systemLog.component.ftdc.verbosity | 0 |
systemLog.component.geo.verbosity | 0 |
systemLog.component.index.verbosity | 0 |
systemLog.component.network.verbo | 0 |
systemLog.component.query.verbosity | 0 |
systemLog.component.replication.verbosity | 0 |
systemLog.component.sharding.verbosity | 0 |
systemLog.component.storage.verbosity | 0 |
systemLog.component.storage.journal.verbosity | 0 |
systemLog.component.write.verbosity | 0 |
processManagement.fork | असत्य |
processManagement.pidFilePath | कोई नहीं |
net.port | 27017 |
net.bindIp | 0.0.0.0 |
net.maxIncomingConnections | 65536 |
net.wireObjectCheck | सच |
net.ipv6 | असत्य |
net.unixDomainSocket.enabled | सच |
net.unixDomainSocket.pathPrefix | / tmp |
net.unixDomainSocket.filePermissions | 0700 |
net.http.enabled | असत्य |
net.http.JSONPEnabled | असत्य |
net.http.RESTInterfaceEnabled | असत्य |
net.ssl.sslOnNormalPorts | असत्य |
net.ssl.mode | विकलांग |
net.ssl.PEMKeyFile | कोई नहीं |
net.ssl.PEMKeyPassword | कोई नहीं |
net.ssl.clusterFile | कोई नहीं |
net.ssl.clusterPassword | कोई नहीं |
net.ssl.CAFile | कोई नहीं |
net.ssl.CRLFile | कोई नहीं |
net.ssl.allowConnectionsWithoutCertificates | असत्य |
net.ssl.allowInvalidCertificates | असत्य |
net.ssl.allowInvalidHostnames | असत्य |
net.ssl.disabledProtocols | कोई नहीं |
net.ssl.FIPSMode | असत्य |
एक विशिष्ट विन्यास फ़ाइल के साथ मानगो शुरू करना
--config
ध्वज का उपयोग करना।
$ /bin/mongod --config /etc/mongod.conf
$ /bin/mongos --config /etc/mongos.conf
ध्यान दें कि -f
--config
का छोटा पर्याय है।
Modified text is an extract of the original Stack Overflow Documentation
के तहत लाइसेंस प्राप्त है CC BY-SA 3.0
से संबद्ध नहीं है Stack Overflow