Skip to content
Snippets Groups Projects
Commit a4bfafaa authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Updated the readme to include all the new options.

parent d3e06c09
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,12 @@ Usage ...@@ -32,9 +32,12 @@ Usage
<databaseDirectory>/tmp/mongotest</databaseDirectory> <databaseDirectory>/tmp/mongotest</databaseDirectory>
<!-- optional, default is a new dir in java.io.tmpdir --> <!-- optional, default is a new dir in java.io.tmpdir -->
<artifactDirectory>/tmp/mongoartifact</artifactDirectory>
<!-- optional, set directory where MongoDB artifacts are stores, default is ~/.embedmongo -->
<logging>file</logging> <logging>file</logging>
<!-- optional (file|console|none), default console --> <!-- optional (file|console|none), default is console -->
<logFile>${project.build.directory}/myfile.log</logFile> <logFile>${project.build.directory}/myfile.log</logFile>
<!-- optional, can be used when logging=file, default is ./mongod.log --> <!-- optional, can be used when logging=file, default is ./mongod.log -->
...@@ -46,7 +49,7 @@ Usage ...@@ -46,7 +49,7 @@ Usage
<!-- optional, default is none --> <!-- optional, default is none -->
<proxyPort>8080</proxyPort> <proxyPort>8080</proxyPort>
<!-- optional, default 80 --> <!-- optional, default is 80 -->
<proxyUser>joebloggs</proxyUser> <proxyUser>joebloggs</proxyUser>
<!-- optional, default is none --> <!-- optional, default is none -->
...@@ -59,6 +62,15 @@ Usage ...@@ -59,6 +62,15 @@ Usage
<downloadPath>http://internal-mongo-repo/</downloadPath> <downloadPath>http://internal-mongo-repo/</downloadPath>
<!-- optional, default is http://fastdl.mongodb.org/ --> <!-- optional, default is http://fastdl.mongodb.org/ -->
<replSet>rs0</replSet>
<!-- optional, configures replication set, default is none -->
<oplogSize>1073741824</oplogSize>
<!-- optional, configures oplog size, default is automatically determined -->
<executableNaming>user</executableNaming>
<!-- optional (user|uuid), sets the executable naming style, default is uuid -->
<skip>false</skip> <skip>false</skip>
<!-- optional, skips this plugin entirely, use on the command line like -Dembedmongo.skip --> <!-- optional, skips this plugin entirely, use on the command line like -Dembedmongo.skip -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment