Skip to content

Commit

Permalink
chore: remove CONN_HEALTH_CHECKS
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas committed Dec 9, 2024
1 parent 1a64fb2 commit 7f9b8e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/backend/config/django/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"HOST": env("POSTGRES_HOST"),
"PORT": env("POSTGRES_PORT"),
"CONN_MAX_AGE": 3600,
"CONN_HEALTH_CHECKS": True,
},
"admin": {
"ENGINE": "psqlextra.backend",
Expand All @@ -25,7 +24,6 @@
"HOST": env("POSTGRES_HOST"),
"PORT": env("POSTGRES_PORT"),
"CONN_MAX_AGE": 3600,
"CONN_HEALTH_CHECKS": True,
},
}
DATABASES["default"] = DATABASES["prowler_user"]

0 comments on commit 7f9b8e7

Please sign in to comment.