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
@@ -86,6 +86,16 @@ The example below shows a sample configuration of a single Tarantool instance:
86
86
- The ``replicasets`` section contains one replica set named *replicaset001*.
87
87
- The ``groups`` section contains one group named *group001*.
88
88
89
+
.. NOTE::
90
+
91
+
The initial line in this sample contains a link to an annotated Tarantool configuration
92
+
schema for a YAML language server (e.g. for `LSP-Yaml`).
93
+
With this link you can set up your code editor (VScode, Neovim, Sublime, etc.) to get
94
+
full-text annotations and completion prompts upon ``Alt+ESC`` (Linux) / ``Option+ESC`` (MacOS)
95
+
when you work with Tarantool configuration.
96
+
97
+
.. image:: images/yaml-annotated.png
98
+
:align:center
89
99
90
100
.. _configuration_scopes:
91
101
@@ -436,7 +446,7 @@ To see all the supported environment variables, execute the ``tarantool`` comman
436
446
437
447
.. NOTE::
438
448
439
-
There are also special ``TT_INSTANCE_NAME`` and ``TT_CONFIG`` environment variables that can be used to :ref:`start <configuration_run_instance_tarantool>` the specified Tarantool instance with configuration from the given file.
449
+
There are also special ``TT_INSTANCE_NAME`` and ``TT_CONFIG`` environment variables that can be used to :ref:`start <configuration_run_instance_tarantool>` the specified Tarantool instance with configuration from the given file.
440
450
441
451
Below are a few examples that show how to set environment variables of different types, like *string*, *number*, *array*, or *map*.
0 commit comments