Skip to content

Commit 324de02

Browse files
committed
Correction after review
Part of #2066
1 parent 7755fcb commit 324de02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/configuration/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Methods of setting and priorities
310310
Tarantool configuration parameters can be specified in different ways.
311311
The priority of parameter sources is the following, from higher to lower:
312312

313-
* ``box.cfg{}`` call
313+
* ``box.cfg`` options
314314
* :ref:`environment variables <box-cfg-params-env>`
315315
* :doc:`tarantoolctl </reference/tarantoolctl>` options
316316
* default values.
@@ -327,7 +327,7 @@ where ``<NAME>`` is the uppercase name of the corresponding :ref:`box.cfg parame
327327
For example:
328328

329329
* ``TT_LISTEN``---corresponds to the ``box.cfg.listen`` option.
330-
* ``TT_REPLICATION``---corresponds to the ``box.cfg.replication`` option.
330+
* ``TT_MEMTX_DIR``---corresponds to the ``box.cfg.memtx_dir`` option.
331331

332332
In case of an array value, separate the array elements by comma without space:
333333

0 commit comments

Comments
 (0)