MongoDB
Aufbau
Suche…
Parameter
Parameter | Standard |
---|---|
systemLog.verbosity | 0 |
systemLog.quiet | falsch |
systemLog.traceAllExceptions | falsch |
systemLog.syslogFacility | Nutzer |
systemLog.path | - |
systemLog.logAppend | falsch |
systemLog.logRotate | umbenennen |
systemLog.destination | stdout |
systemLog.timeStampFormat | iso8601-local |
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 | falsch |
processManagement.pidFilePath | keiner |
net.port | 27017 |
net.bindIp | 0,0,0,0 |
net.maxIncomingConnections | 65536 |
net.wireObjectCheck | wahr |
net.ipv6 | falsch |
net.unixDomainSocket.enabled | wahr |
net.unixDomainSocket.pathPrefix | / tmp |
net.unixDomainSocket.filePermissions | 0700 |
net.http.enabled | falsch |
net.http.JSONPEnabled | falsch |
net.http.RESTInterfaceEnabled | falsch |
net.ssl.sslOnNormalPorts | falsch |
net.ssl.mode | deaktiviert |
net.ssl.PEMKeyFile | keiner |
net.ssl.PEMKeyPassword | keiner |
net.ssl.clusterFile | keiner |
net.ssl.clusterPassword | keiner |
net.ssl.CAFile | keiner |
net.ssl.CRLFile | keiner |
net.ssl.allowConnectionsWithoutCertificates | falsch |
net.ssl.allowInvalidCertificates | falsch |
net.ssl.allowInvalidHostnames | falsch |
net.ssl.disabledProtocols | keiner |
net.ssl.FIPSMode | falsch |
Mongo mit einer bestimmten Konfigurationsdatei starten
Verwenden Sie das Flag --config
.
$ /bin/mongod --config /etc/mongod.conf
$ /bin/mongos --config /etc/mongos.conf
Beachten Sie, dass -f
das kürzere Synonym für --config
.
Modified text is an extract of the original Stack Overflow Documentation
Lizenziert unter CC BY-SA 3.0
Nicht angeschlossen an Stack Overflow