Skip to content

Commit

Permalink
Fix config feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyaksenov committed Aug 16, 2024
1 parent 7060950 commit 104e341
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions doc/reference/configuration/configuration_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
Configuration reference
=======================

.. TODO
https://github.com/tarantool/doc/issues/3664
This topic describes all :ref:`configuration parameters <configuration>` provided by Tarantool.

Most of the configuration options described in this reference can be applied to a specific instance, replica set, group, or to all instances globally.
Expand All @@ -23,6 +20,10 @@ In the ``app`` section, you can load the application and provide an application

``app`` can be defined in any :ref:`scope <configuration_scopes>`.

.. NOTE::

Note that an application specified using ``app`` is loaded after application roles specified using the :ref:`roles <configuration_reference_roles>` option.

- :ref:`app.cfg <configuration_reference_app_cfg>`
- :ref:`app.file <configuration_reference_app_file>`
- :ref:`app.module <configuration_reference_app_module>`
Expand Down Expand Up @@ -883,6 +884,10 @@ config.etcd.*
This section describes options related to providing connection settings to a :ref:`centralized etcd-based storage <configuration_etcd>`.
If :ref:`replication.failover <configuration_reference_replication_failover>` is set to ``supervised``, Tarantool also uses etcd to maintain the state of failover coordinators.

.. NOTE::

Note that a :ref:`centralized cluster configuration <centralized_configuration_storage_publish_config>` cannot contain the ``config.etcd`` section.

* :ref:`config.etcd.endpoints <config_etcd_endpoints>`
* :ref:`config.etcd.prefix <config_etcd_prefix>`
* :ref:`config.etcd.username <config_etcd_username>`
Expand Down Expand Up @@ -1070,6 +1075,10 @@ config.storage.*

This section describes options related to providing connection settings to a :ref:`centralized Tarantool-based storage <configuration_etcd>`.

.. NOTE::

Note that a :ref:`centralized cluster configuration <centralized_configuration_storage_publish_config>` cannot contain the ``config.storage`` section.

* :ref:`config.storage.endpoints <config_storage_endpoints>`
* :ref:`config.storage.prefix <config_storage_prefix>`
* :ref:`config.storage.reconnect_after <config_storage_reconnect_after>`
Expand Down

0 comments on commit 104e341

Please sign in to comment.