Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mongodb-plugin-tmp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
We are moving to Forgejo!
You are on a read-only GitLab instance.
Show more breadcrumbs
Jeffrey Phillips Freeman
mongodb-plugin-tmp
Commits
a4bfafaa
Commit
a4bfafaa
authored
10 years ago
by
Jeffrey Phillips Freeman
Browse files
Options
Downloads
Patches
Plain Diff
Updated the readme to include all the new options.
parent
d3e06c09
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-2
14 additions, 2 deletions
README.md
with
14 additions
and
2 deletions
README.md
+
14
−
2
View file @
a4bfafaa
...
@@ -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 -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment