diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index 74f0d41159400a004d1166dd7a52cf18aa0c9517..e81afa316955aefeaa56006e6b7f519f0212db07 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -1553,59 +1553,8 @@ Store: *SYSTEM* - Y
 
 * Sanitized: *no*
 
- +-------------------------+--------------------------------------------------------------------------+
- | Name                    | Explanation                                                              |
- +=========================+==========================================================================+
- | DB_USER                 | defined in configuration_                                                |
- +-------------------------+--------------------------------------------------------------------------+
- | DB_SERVER               | defined in configuration_                                                |
- +-------------------------+--------------------------------------------------------------------------+
- | DB_NAME                 | defined in configuration_                                                |
- +-------------------------+--------------------------------------------------------------------------+
- | init                    | defined in configuration_                                                |
- +-------------------------+--------------------------------------------------------------------------+
- | sqlLog                  | defined in configuration_, see `SQL_LOG`_                                |
- +-------------------------+--------------------------------------------------------------------------+
- | sqlLogMode              | defined in configuration_, `SQL_LOG_MODE`_                               |
- +-------------------------+--------------------------------------------------------------------------+
- | showDebugInfo           | defined in configuration_                                                |
- +-------------------------+--------------------------------------------------------------------------+
- | cssClassQfqContainer    | defined in configuration_                                                |
- +-------------------------+--------------------------------------------------------------------------+
- | EXT_PATH                | computed during runtime                                                  |
- +-------------------------+--------------------------------------------------------------------------+
- | SITE_PATH               | computed during runtime                                                  |
- +-------------------------+--------------------------------------------------------------------------+
- | dateFormat              | defined in configuration_                                                |
- +-------------------------+--------------------------------------------------------------------------+
- | class                   | defined in configuration_ (CSS_CLASS_QFQ_FORM) or form definition        |
- +-------------------------+--------------------------------------------------------------------------+
- | classPill               | defined in configuration_ (CSS_CLASS_QFQ_FORM_PILL) or form definition   |
- +-------------------------+--------------------------------------------------------------------------+
- | classBody               | defined in configuration_ (CSS_CLASS_QFQ_FORM_BODY) or form definition   |
- +-------------------------+--------------------------------------------------------------------------+
- | data-pattern-error      | defined in configuration_ or form definition                             |
- +-------------------------+--------------------------------------------------------------------------+
- | data-require-error      | defined in configuration_ or form definition                             |
- +-------------------------+--------------------------------------------------------------------------+
- | data-match-error        | defined in configuration_ or form definition                             |
- +-------------------------+--------------------------------------------------------------------------+
- | data-error              | defined in configuration_ or form definition                             |
- +-------------------------+--------------------------------------------------------------------------+
- | bsColumns               | defined in configuration_ (FORM_BS_COLUMNS) or form definition           |
- +-------------------------+--------------------------------------------------------------------------+
- | bsLabelColumns          | defined in configuration_ (FORM_BS_LABEL_COLUMNS) or form definition     |
- +-------------------------+--------------------------------------------------------------------------+
- | bsInputColumns          | defined in configuration_ (FORM_BS_INPUT_COLUMNS) or form definition     |
- +-------------------------+--------------------------------------------------------------------------+
- | bsNoteColumns           | defined in configuration_ (FORM_BS_NOTE_COLUMNS) or form definition      |
- +-------------------------+--------------------------------------------------------------------------+
- | sqlFinal                | computed during runtime, used for error reporting                        |
- +-------------------------+--------------------------------------------------------------------------+
- | sqlParamArray           | computed during runtime, used for error reporting                        |
- +-------------------------+--------------------------------------------------------------------------+
- | sqlCount                | computed during runtime, used for error reporting                        |
- +-------------------------+--------------------------------------------------------------------------+
+See configuration_ for a list of all settings.
+
 
 .. _LDAP:
 
diff --git a/extension/ext_conf_template.txt b/extension/ext_conf_template.txt
index 0eee3072d292c23514719b986cdf68eb8167fcf2..eb6234e81348452b5988a96fba6b003756c99336 100644
--- a/extension/ext_conf_template.txt
+++ b/extension/ext_conf_template.txt
@@ -71,10 +71,10 @@ init = set names utf8
 update = auto
 
 # cat=database/db; type=string; label=Database index for QFQ data:Default is '1'. Retrieve the current setting via {{_dbNameData:Y}}
-dbIndexData = 1
+indexData = 1
 
 # cat=database/db; type=string; label=Database index for QFQ system:Default is '1'. Retrieve the current setting via {{_dbNameQfq:Y}}
-dbIndexQfq = 1
+indexQfq = 1