README updates

This commit is contained in:
Gavin M. Roy 2020-04-06 17:41:19 -04:00
parent 46f829fc4a
commit 137c32c6e5

View file

@ -25,7 +25,7 @@ The following table details the environment variable configuration options:
+=================================+==================================================+=================================+ +=================================+==================================================+=================================+
| ``PGSQL_URL`` | The PostgreSQL URL to connect to | ``postgresql://localhost:5432`` | | ``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`` | | ``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`` | | ``POSTGRES_UUID`` | Enable UUID support in the client. | ``TRUE`` |
+---------------------------------+--------------------------------------------------+---------------------------------+ +---------------------------------+--------------------------------------------------+---------------------------------+
Requirements Requirements
------------ ------------
- `aiopg <https://aioboto3.readthedocs.io/en/latest/>`_ - `aiopg <https://aioboto3.readthedocs.io/en/latest/>`_