Skip to content

Commit

Permalink
Update renamed env vars in TCM config
Browse files Browse the repository at this point in the history
  • Loading branch information
p7nov authored Jun 27, 2024
1 parent 4ee21e2 commit f02d16f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/reference/tooling/tcm/tcm_configuration_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ Tarantool storage parameters:
|
| Type: string
| Default: ""
| Environment variable: TCM_STORAGE_ETCD_PASSWORD-FILE
| Environment variable: TCM_STORAGE_ETCD_PASSWORD_FILE
| Command-line option: ``--storage.etcd.password-file``
.. _tcm_configuration_reference_storage_etcd_tls_enabled:
Expand Down Expand Up @@ -1665,7 +1665,7 @@ etcd cluster is not available or not needed.
|
| Type: string
| Default: ""
| Environment variable: TCM_STORAGE_TARANTOOL_USER
| Environment variable: TCM_STORAGE_TARANTOOL_USERNAME
| Command-line option: ``--storage.tarantool.username``
.. _tcm_configuration_reference_storage_tarantool_pass:
Expand All @@ -1680,7 +1680,7 @@ etcd cluster is not available or not needed.
|
| Type: string
| Default: ""
| Environment variable: TCM_STORAGE_TARANTOOL_PASS
| Environment variable: TCM_STORAGE_TARANTOOL_PASSWORD
| Command-line option: ``--storage.tarantool.password``
.. _tcm_configuration_reference_storage_tarantool_password-file:
Expand All @@ -1692,7 +1692,7 @@ etcd cluster is not available or not needed.
|
| Type: string
| Default: ""
| Environment variable: TCM_STORAGE_TARANTOOL_PASSWORD-FILE
| Environment variable: TCM_STORAGE_TARANTOOL_PASSWORD_FILE
| Command-line option: ``--storage.tarantool.password-file``
.. _tcm_configuration_reference_storage_tarantool_rate-limit:
Expand Down Expand Up @@ -2255,4 +2255,4 @@ The ``feature`` section defines the security parameters of |tcm|.
| Type: bool
| Default: false
| Environment variable: TCM_FEATURE_COLUMN_STORE
| Command-line option: ``--feature.column-store``
| Command-line option: ``--feature.column-store``

0 comments on commit f02d16f

Please sign in to comment.