Skip to content

Commit 10999a5

Browse files
author
Dave Cuthbert
authored
DOCSP-25803 add configuration linking (#106)
* DOCSP-25803 add configuration linking * Review feedback
1 parent d3ef66d commit 10999a5

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

source/reference/configuration.txt

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ Configuration
1212
:depth: 2
1313
:class: singlecol
1414

15-
You can configure :program:`mongosync` instances at startup using a configuration
16-
file. The configuration file contains settings that are the equivalent of
17-
``mongosync`` command-line options.
18-
15+
You can configure :program:`mongosync` instances at startup using a
16+
configuration file. The configuration file contains settings that are
17+
the equivalent of ``mongosync`` command-line options.
1918

2019
Configuration File
2120
==================
2221

23-
Most :program:`mongosync` command-line options can be written to a YAML file.
24-
The configuration file specifies values for each setting using YAML format.
22+
Most :program:`mongosync` command-line options can be written to a YAML
23+
file. The configuration file specifies values for each setting using
24+
YAML format.
25+
2526
For example:
2627

2728
.. code-block:: yaml
@@ -31,8 +32,8 @@ For example:
3132
logPath: "/var/log/mongosync"
3233
verbosity: "WARN"
3334

34-
To use a configuration file, start ``mongosync`` with the :option:`--config`
35-
option to set the path to the file:
35+
To use a configuration file, start ``mongosync`` with the
36+
:option:`--config` option to set the path to the file:
3637

3738
.. code-block:: console
3839

@@ -41,6 +42,12 @@ option to set the path to the file:
4142
Options
4243
=======
4344

45+
.. note::
46+
47+
The ``start`` command provides additional options for features like
48+
``reversibility`` and ``user write blocking``. For more details, see
49+
the :ref:`start <c2c-api-start>` API documentation.
50+
4451
.. |opt-term| replace:: setting
4552

4653
.. setting:: cluster0

0 commit comments

Comments
 (0)