Mercurial > hg > orthanc-book
changeset 398:7d219d619fb0
typos
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 22 Apr 2020 10:43:02 +0200 |
parents | d44f6f93a987 |
children | 20003fa56bdf |
files | Sphinx/source/users/docker-osimis.rst |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/docker-osimis.rst Tue Apr 21 17:03:46 2020 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Wed Apr 22 10:43:02 2020 +0200 @@ -61,7 +61,7 @@ | DicomWeb.Servers | ORTHANC__DICOM_WEB__SERVERS | ``{"sample": [ "http://127.0.0.1/dicom-web/"]}`` | +---------------------------+----------------------------------------------+----------------------------------------------------------------+ -To find out a environment variable name from an Orthanc configuration +To find out an environment variable name from an Orthanc setting (i.e. ``DicomWeb.StudiesMetadata`` is the ``path`` to a setting): - everytime a word contains a capital letter, insert an underscore ``_`` in front. @@ -75,7 +75,7 @@ ``ORTHANC__DICOM_WEB__STUDIES_METADATA`` Note that, this automatic rule might fail because of 2 capital letters one after each other in some -Orthanc configurations. Therefore, there are some `exceptions <https://bitbucket.org/osimis/orthanc-builder/src/orthanc-dyn-build/docker/orthanc/env-var-non-standards.json>`__ to this rule +Orthanc settings. Therefore, there are some `exceptions <https://bitbucket.org/osimis/orthanc-builder/src/orthanc-dyn-build/docker/orthanc/env-var-non-standards.json>`__ to this rule that are however quite intuitive. Special environment variables @@ -156,7 +156,7 @@ .. highlight:: yaml When using your container in a ``Docker Swarm`` or ``Kubernetes`` environment, -it is usually to pass sensitive information through ``Docker Secrets``. +it is usually advised to pass sensitive information through ``Docker Secrets``. For this purpose, any secret whose name is similar to the name of an environment variable is considered as an environment variable::