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
Sample applications demonstrating how to store configuration data in one place using Tarantool or etcd-based storage. Learn more at [Centralized configuration storages](https://www.tarantool.io/en/doc/latest/concepts/configuration/configuration_etcd/).
Copy file name to clipboardExpand all lines: doc/concepts/configuration.rst
+16-12
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ There are two approaches to configuring Tarantool:
11
11
* *Since version 3.0*: In the YAML format.
12
12
13
13
YAML configuration allows you to provide the full cluster topology and specify all configuration options.
14
-
You can use local configuration in a YAML file for each instance or store configuration data in one reliable place using :ref:`etcd<configuration_etcd_overview>`.
14
+
You can use local configuration in a YAML file for each instance or store configuration data in a reliable :ref:`centralized storage<configuration_etcd_overview>`.
15
15
16
16
* *In version 2.11 and earlier*: :ref:`In code <configuration_code>` using the ``box.cfg`` API.
17
17
@@ -327,25 +327,29 @@ Below are a few examples that show how to set environment variables of different
0 commit comments