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: doc/platform/configuration.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ You can flexibly configure a cluster's settings on different levels: from global
60
60
61
61
.. NOTE::
62
62
63
-
All the available options are documented in the :ref:`Configuration reference <configuration_reference>`.
63
+
All the available options are documented in the :ref:`Configuration reference <configuration_reference>`.
64
64
65
65
66
66
.. _configuration_file:
@@ -86,15 +86,15 @@ The example below shows a sample configuration of a single Tarantool instance:
86
86
- The ``replicasets`` section contains one replica set named *replicaset001*.
87
87
- The ``groups`` section contains one group named *group001*.
88
88
89
-
..note:
89
+
.. NOTE::
90
90
91
-
The initial line in this sample contains a link to an annotated Tarantool configuration
92
-
schema for a YAML language server (e.g. for `LSP-Yaml`).
93
-
With this link you can set up your code editor (VScode, Neovim, Sublime, etc.) to get
94
-
full-text annotations and completion prompts when you work with Tarantool configuration.
91
+
The initial line in this sample contains a link to an annotated Tarantool configuration
92
+
schema for a YAML language server (e.g. for `LSP-Yaml`).
93
+
With this link you can set up your code editor (VScode, Neovim, Sublime, etc.) to get
94
+
full-text annotations and completion prompts when you work with Tarantool configuration.
95
95
96
-
.. image:: images/yaml-annotated.png
97
-
:align:center
96
+
.. image:: images/yaml-annotated.png
97
+
:align:center
98
98
99
99
.. _configuration_scopes:
100
100
@@ -445,7 +445,7 @@ To see all the supported environment variables, execute the ``tarantool`` comman
445
445
446
446
.. NOTE::
447
447
448
-
There are also special ``TT_INSTANCE_NAME`` and ``TT_CONFIG`` environment variables that can be used to :ref:`start <configuration_run_instance_tarantool>` the specified Tarantool instance with configuration from the given file.
448
+
There are also special ``TT_INSTANCE_NAME`` and ``TT_CONFIG`` environment variables that can be used to :ref:`start <configuration_run_instance_tarantool>` the specified Tarantool instance with configuration from the given file.
449
449
450
450
Below are a few examples that show how to set environment variables of different types, like *string*, *number*, *array*, or *map*.
0 commit comments