You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/reference/cluster-configuration-process-options.txt
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,25 @@ The ``processes.<args>`` object in an
11
11
specifies the configuration options for each MongoDB instance. The
12
12
supported settings depend on the version of MongoDB.
13
13
14
-
The ``processes.args2_6`` object accepts most MongoDB settings and parameters for MongoDB versions 2.6 and later. Format this object using |yaml|. To review examples of the MongoDB configuration |yaml|,
15
-
see the :manual:`Configuration File Options </reference/configuration-options#file-format>`
14
+
The ``processes.args2_6`` object accepts most MongoDB settings and
15
+
parameters for MongoDB versions 2.6 and later. Format this object using
16
+
|yaml|. To review examples of the MongoDB configuration |yaml|, see the
0 commit comments