# HG changeset patch # User Sebastien Jodogne # Date 1628839980 -7200 # Node ID 4ae741e351ab6b45e063463068dc5663006fe1d9 # Parent a296fe06fd869d173e3d431d3a872909f0fa91b3 osimis docker - ODBC_PLUGIN_ENABLED diff -r a296fe06fd86 -r 4ae741e351ab Sphinx/source/users/docker-osimis.rst --- 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 --------------