Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. mongod.exe --config etc/mongodb.conf
  2.  
  3. mongod.exe --dbpath C:ProgrammingMongoDBdata
  4.  
  5. net:
  6. bindIp: 127.0.0.1
  7. port: 27017
  8. storage:
  9. dbPath: C:ProgrammingMongoDBdata
  10. journal:
  11. enabled: true
  12. systemLog:
  13. destination: file
  14. path: C:ProgrammingMongoDBServerlogmongodb.log
  15. quiet: true
  16. logAppend: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement