Created
May 31, 2019 14:20
-
-
Save mutouyuguo/0db1ffb71c76e7e1824ff96af2238b3e to your computer and use it in GitHub Desktop.
mongo config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dbpath=/codeyuguo/db/data | |
| logpath=/codeyuguo/db/logs/mongodb.log | |
| port=27017 | |
| logappend=true | |
| fork=true | |
| replSet=replSet | |
| keyFile=/codeyuguo/db/keyfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment