diff Sphinx/source/users/docker-osimis.rst @ 749:4ae741e351ab

osimis docker - ODBC_PLUGIN_ENABLED
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Aug 2021 09:33:00 +0200
parents 7bda641d5d40
children 9130cb19dc4d
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
 --------------