サーチ…
パラメーター
| パラメータ | デフォルト |
|---|---|
| systemLog.verbosity | 0 |
| systemLog.quiet | 偽 |
| systemLog.traceAllExceptions | 偽 |
| systemLog.syslogFacility | ユーザー |
| systemLog.path | - |
| systemLog.logAppend | 偽 |
| systemLog.logRotate | リネーム |
| systemLog.destination | 標準出力 |
| 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 | 偽 |
| 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 | 偽 |
特定の設定ファイルでmongoを起動する
--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