Skip to content

Commit

Permalink
Merge pull request #418 from denys-pidlisnyi/main
Browse files Browse the repository at this point in the history
Add CONN_HEALTH_CHECKS to _DB_BASE_OPTIONS
  • Loading branch information
sergeyklay committed Sep 20, 2022
2 parents 86716ac + f3c04d2 commit 466c89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environ/environ.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class Env:
'ATOMIC_REQUESTS',
'AUTOCOMMIT',
'DISABLE_SERVER_SIDE_CURSORS',
'CONN_HEALTH_CHECKS',
]

DEFAULT_CACHE_ENV = 'CACHE_URL'
Expand Down

0 comments on commit 466c89c

Please sign in to comment.