Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # See http://www.mongodb.org/display/DOCS/File+Based+Configuration for format details
  2. # Run mongod --help to see a list of options
  3.  
  4. bind_ip = 127.0.0.1
  5. quiet = true
  6. dbpath = /db/mongodb
  7. directoryperdb = true
  8.  
  9. # replication
  10. slave = true
  11. source = 192.168.0.104:27017
  12. autoresync = true