changeset 781:ededfacf9a8d

new index plugin in osimis images
author Alain Mazy <am@osimis.io>
date Mon, 27 Sep 2021 12:16:29 +0200
parents 702d9c22651d
children 33040fbf85a8
files Sphinx/source/users/docker-osimis.rst
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/docker-osimis.rst	Mon Sep 20 15:22:05 2021 +0200
+++ b/Sphinx/source/users/docker-osimis.rst	Mon Sep 27 12:16:29 2021 +0200
@@ -363,6 +363,14 @@
 |                                                  |                                                  |     }                                                                                              |
 |                                                  |                                                  |   }                                                                                                |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **Indexer**                                      | ``INDEXER_PLUGIN_ENABLED``                       | .. code-block:: json                                                                               |
+|                                                  |                                                  |                                                                                                    |
+|                                                  |                                                  |   {                                                                                                |
+|                                                  |                                                  |     "Indexer": {                                                                                   |
+|                                                  |                                                  |       "Enable": true                                                                               |
+|                                                  |                                                  |     }                                                                                              |
+|                                                  |                                                  |   }                                                                                                |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 
 Under the hood
 --------------