add sslmode configuration option fixes #298

This commit is contained in:
jonaswinkler
2021-01-10 01:35:56 +01:00
parent bcb2853150
commit 6c7281ae88
3 changed files with 8 additions and 0 deletions

View File

@@ -53,6 +53,12 @@ PAPERLESS_DBPASS=<password>
Defaults to "paperless".
PAPERLESS_DBSSLMODE=<mode>
SSL mode to use when connecting to PostgreSQL.
See `the official documentation about sslmode <https://www.postgresql.org/docs/current/libpq-ssl.html>`_.
Default is ``prefer``.
Paths and folders
#################