Mercurial > hg > orthanc-book
changeset 749:4ae741e351ab
osimis docker - ODBC_PLUGIN_ENABLED
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 13 Aug 2021 09:33:00 +0200 |
parents | a296fe06fd86 |
children | 8b8df1be0cf9 |
files | Sphinx/source/users/docker-osimis.rst |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/docker-osimis.rst Thu Aug 12 17:51:54 2021 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Fri Aug 13 09:33:00 2021 +0200 @@ -344,6 +344,17 @@ +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ | **Osimis cloud** (synchronization plugin) | ``OSIMIS_CLOUD_PLUGIN_ENABLED`` | | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ +| **ODBC** | ``ODBC_PLUGIN_ENABLED`` | .. code-block:: json | +| | | | +| | | { | +| | | "Odbc": { | +| | | "EnableIndex": true, | +| | | "EnableStorage": false, | +| | | "IndexConnectionString": "MUST BE DEFINED", | +| | | "StorageConnectionString": "MUST BE DEFINED" | +| | | } | +| | | } | ++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ Under the hood --------------