File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/reference/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ Methods of setting and priorities
310
310
Tarantool configuration parameters can be specified in different ways.
311
311
The priority of parameter sources is the following, from higher to lower:
312
312
313
- * ``box.cfg{} `` call
313
+ * ``box.cfg `` options
314
314
* :ref: `environment variables <box-cfg-params-env >`
315
315
* :doc: `tarantoolctl </reference/tarantoolctl >` options
316
316
* default values.
@@ -327,7 +327,7 @@ where ``<NAME>`` is the uppercase name of the corresponding :ref:`box.cfg parame
327
327
For example:
328
328
329
329
* ``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.
331
331
332
332
In case of an array value, separate the array elements by comma without space:
333
333
You can’t perform that action at this time.
0 commit comments