Import server side cursor setting from .env

This commit is contained in:
Keannu Christian Bernasol 2024-09-04 12:46:16 +08:00
parent c74b339929
commit 24233506c4
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ DB_PASSWORD = ''
DB_HOST = 'postgres'
DB_PORT = '5432'
DB_SSL_MODE = 'disable'
DB_DISABLE_SERVER_SIDE_CURSORS = 'False' # If you're using an external connection bouncer (eg. PgBouncer), set this to True
# Redis
# Used for DB cache and Celery broker