summaryrefslogtreecommitdiff
path: root/docs/admin/engines/sql-engines.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-11-19 11:46:29 +0100
committerGitHub <noreply@github.com>2021-11-19 11:46:29 +0100
commite82e37ce6dffe2796b0fae63d893ad637c2be37b (patch)
tree49689668e8de24b0a2d244b227467da4db5be22d /docs/admin/engines/sql-engines.rst
parent55737a219b0c91882a7d512312cc8f545108f8e8 (diff)
parent1dae0c0be09d5c9e287bdea6aa5bf7ec4f4782ec (diff)
Merge pull request #515 from return42/doc-theme
Various modification of the documentation and the theme sphinx-theme
Diffstat (limited to 'docs/admin/engines/sql-engines.rst')
-rw-r--r--docs/admin/engines/sql-engines.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/engines/sql-engines.rst b/docs/admin/engines/sql-engines.rst
index 713ef9a40..9d24913a9 100644
--- a/docs/admin/engines/sql-engines.rst
+++ b/docs/admin/engines/sql-engines.rst
@@ -127,7 +127,7 @@ find an example configuration below:
- name: my_database
engine: postgresql
database: my_database
- username: searx
+ username: searxng
password: password
query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
@@ -155,7 +155,7 @@ example configuration for quering a MySQL server:
- name: my_database
engine: mysql_server
database: my_database
- username: searx
+ username: searxng
password: password
limit: 5
query_str: 'SELECT * from my_table WHERE my_column=%(query)s'