Docs: Fix leftover issues from conversion (#2172)

This commit is contained in:
tooomm
2022-12-11 19:12:58 +01:00
committed by GitHub
parent 8b36c9ad64
commit 0472dfe25a
5 changed files with 45 additions and 56 deletions

View File

@@ -328,8 +328,8 @@ supported.
- `PAPERLESS_REDIS` should point to your redis server, such as
<redis://localhost:6379>.
- `PAPERLESS_DBENGINE` optional, and should be one of [postgres,
mariadb, or sqlite]{.title-ref}
- `PAPERLESS_DBENGINE` optional, and should be one of `postgres`,
`mariadb`, or `sqlite`
- `PAPERLESS_DBHOST` should be the hostname on which your
PostgreSQL server is running. Do not configure this to use
SQLite instead. Also configure port, database name, user and