From 3a82c30dec267bde384db6615c89ca2f841de329 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 29 Nov 2019 11:49:48 +0100 Subject: [PATCH] Update wording of postgres docs. --- docs/admin/02_psql.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/admin/02_psql.rst b/docs/admin/02_psql.rst index 0a9491a0d..a89688ff1 100644 --- a/docs/admin/02_psql.rst +++ b/docs/admin/02_psql.rst @@ -1,9 +1,8 @@ Installing BiscuIT with PostgreSQL backend -========================================= - -PostgreSQL is the preferred database backend for BiscuIT. You should use it -in every production setup and use SQLite only for testing. +========================================== +PostgreSQL is the only supported database backend for BiscuIT. If you are +installing BiscuIT manually, you need to properly set it up. Install the PostgreSQL server ----------------------------- @@ -34,7 +33,7 @@ Configure BiscuIT to use PostgreSQL Fill in the configuration under `/etc/biscuit/*.toml`:: [default.database] - engine = "django.db.backends.postgresql" + host = "localhost" name = "biscuit" username = "biscuit" password = "Y0urV3ryR4nd0mP4ssw0rd" -- GitLab