From 1c45003d11c9b93549f41df8cbb708ca258d1e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lestin=20Matte?= Date: Fri, 22 Oct 2021 17:05:39 +0200 Subject: [PATCH] Add SEARCH_DSN to example settings.py --- pgweb/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pgweb/settings.py b/pgweb/settings.py index 41323be4..3f889a42 100644 --- a/pgweb/settings.py +++ b/pgweb/settings.py @@ -168,6 +168,7 @@ DO_ESI = False # Generate ESI tags ARCHIVES_SEARCH_SERVER = "archives.postgresql.org" # Where to post REST request for archives search ARCHIVES_SEARCH_PLAINTEXT = False # Contact ARCHIVES_SEARCH_SERVER with http instead of https ARCHIVES_FRONT_ADDRESS = "https://www.postgresql.org" # Domain to read archives messages +SEARCH_DSN = "dbname=pgsearch" # database for search, see tools/search/sql/README FRONTEND_SMTP_RELAY = "magus.postgresql.org" # Where to relay user generated email OAUTH = {} # OAuth providers and keys PGDG_ORG_ID = -1 # id of the PGDG organisation entry