From 137c32c6e555b250e82a082c1561d072e51f3fc9 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Mon, 6 Apr 2020 17:41:19 -0400 Subject: [PATCH] README updates --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 50a3087..db62a24 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ The following table details the environment variable configuration options: +=================================+==================================================+=================================+ | ``PGSQL_URL`` | The PostgreSQL URL to connect to | ``postgresql://localhost:5432`` | +---------------------------------+--------------------------------------------------+---------------------------------+ -| ``POSTGRES_MAX_POOL_SIZE`` | Maximum connection count to Postgres per backend | ``0`` (Unlimited | +| ``POSTGRES_MAX_POOL_SIZE`` | Maximum connection count to Postgres per backend | ``0`` (Unlimited) | +---------------------------------+--------------------------------------------------+---------------------------------+ | ``POSTGRES_MIN_POOL_SIZE`` | Minimum or starting pool size. | ``1`` | +---------------------------------+--------------------------------------------------+---------------------------------+ @@ -43,7 +43,6 @@ The following table details the environment variable configuration options: | ``POSTGRES_UUID`` | Enable UUID support in the client. | ``TRUE`` | +---------------------------------+--------------------------------------------------+---------------------------------+ - Requirements ------------ - `aiopg `_