Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config feedback #4456

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading