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/reference/configuration/configuration_reference.rst
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
Configuration reference
4
4
=======================
5
5
6
-
.. TODO
7
-
https://github.com/tarantool/doc/issues/3664
8
-
9
6
This topic describes all :ref:`configuration parameters <configuration>` provided by Tarantool.
10
7
11
8
Most of the configuration options described in this reference can be applied to a specific instance, replica set, group, or to all instances globally.
@@ -23,6 +20,10 @@ In the ``app`` section, you can load the application and provide an application
23
20
24
21
``app`` can be defined in any :ref:`scope <configuration_scopes>`.
25
22
23
+
.. NOTE::
24
+
25
+
Note that an application specified using ``app`` is loaded after application roles specified using the :ref:`roles <configuration_reference_roles>` option.
This section describes options related to providing connection settings to a :ref:`centralized etcd-based storage <configuration_etcd>`.
884
885
If :ref:`replication.failover <configuration_reference_replication_failover>` is set to ``supervised``, Tarantool also uses etcd to maintain the state of failover coordinators.
885
886
887
+
.. NOTE::
888
+
889
+
Note that a :ref:`centralized cluster configuration <centralized_configuration_storage_publish_config>` cannot contain the ``config.etcd`` section.
0 commit comments