Update configuration page

This commit is contained in:
Wolfgang Walther
2022-01-08 11:29:20 +01:00
committed by Wolfgang Walther
parent 62726ddcfd
commit 540ef4ad9f
9 changed files with 527 additions and 383 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ First, create postgrest configuration in ``/etc/postgrest/config``
.. code-block:: ini
db-uri = "postgres://<your_user>:<your_password>@localhost:5432/<your_db>"
db-schema = "<your_exposed_schema>"
db-schemas = "<your_exposed_schema>"
db-anon-role = "<your_anon_role>"
db-pool = 10