Skip to content

Remove 'config.version' from reference #3963

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

Merged
merged 1 commit into from
Dec 25, 2023
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: 0 additions & 15 deletions doc/reference/configuration/configuration_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ The ``config`` section defines various parameters related to centralized configu
``config`` can be defined in the global :ref:`scope <configuration_scopes>` only.

* :ref:`config.reload <configuration_reference_config_reload>`
* :ref:`config.version <configuration_reference_config_version>`
* :ref:`config.etcd.* <configuration_reference_config_etcd>`

.. _configuration_reference_config_reload:
Expand All @@ -48,20 +47,6 @@ The ``config`` section defines various parameters related to centralized configu
| Environment variable: TT_CONFIG_RELOAD


.. _configuration_reference_config_version:

.. confval:: config.version

**Since:** :doc:`3.0.0 </release/3.0.0>`.

A configuration version.

|
| Type: string
| Default: nil
| Environment variable: TT_CONFIG_VERSION



.. _configuration_reference_config_etcd:

Expand Down