티스토리 뷰

반응형

net:

  bindIp: 127.0.0.1

  port: 50000

storage:

  dbPath:  /Users/moonsun/mongodb/data/db

  engine: wiredTiger

  directoryPerDB: true

  wiredTiger:

    engineConfig:

      cacheSizeGB: 1

      directoryForIndexes: true

      statisticsLogDelaySecs: 0

    collectionConfig:

      blockCompressor: snappy

    indexConfig:

      prefixCompression: true

  journal:

    enabled: true

systemLog:

  destination: file

  path: /Users/moonsun/mongodb/data/log/mongod.log

  quiet: true

  logAppend: true

반응형