Skip to content

Commit 8c569e5

Browse files
committed
Connection settings: update per review 2.1
1 parent 27a2e8b commit 8c569e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/concepts/configuration/configuration_connections.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Connections
44
===========
55

66
To set up a Tarantool cluster, you need to enable communication between its instances, regardless of whether they running on one or different hosts.
7-
This requires :ref:`configuring <configuration>` connection settings that might include:
7+
This requires :ref:`configuring <configuration>` connection settings that include:
88

99
- One or several URIs used to listen for incoming requests.
10-
- An URI used to advertise an instance to other cluster members.
11-
- SSL settings used to secure connections.
10+
- An URI used to advertise an instance to other cluster members. This URI lets other cluster members know how to connect to the current Tarantool instance.
11+
- (Optional) SSL settings used to secure connections between instances.
1212

1313
Configuring connection settings is also required to enable communication of a Tarantool cluster to external systems.
1414
For example, this might be administering cluster members using :ref:`tt <tt-cli>`, managing clusters using :ref:`Tarantool Cluster Manager <tcm>`, or using :ref:`connectors <index-box_connectors>` for different languages.

0 commit comments

Comments
 (0)