File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ following option:
172
172
173
173
.. code-block:: cfg
174
174
175
- keyfile = /srv/mongodb/keyfile
175
+ keyFile = /srv/mongodb/keyfile
176
176
177
177
.. versionadded:: 1.8 for replica sets, and 1.9.1 for sharded replica sets.
178
178
Original file line number Diff line number Diff line change @@ -482,12 +482,12 @@ add the following option to your configuration file.
482
482
483
483
.. code-block:: cfg
484
484
485
- keyfile = /srv/mongodb/keyfile
485
+ keyFile = /srv/mongodb/keyfile
486
486
487
487
.. note::
488
488
489
489
You may chose to set these run-time configuration options using the
490
- :option:`--keyfile <mongod --keyFile>` (or :option:`mongos --keyFile`)
490
+ :option:`--keyFile <mongod --keyFile>` (or :option:`mongos --keyFile`)
491
491
options on the command line.
492
492
493
493
Setting :setting:`keyFile` enables authentication and specifies a key
You can’t perform that action at this time.
0 commit comments