We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59793da + 07aed09 commit f0e01b0Copy full SHA for f0e01b0
1 file changed
src/eatery_blue_backend/settings.py
@@ -108,6 +108,7 @@
108
"PASSWORD": os.getenv("POSTGRES_PASSWORD"),
109
"HOST": os.getenv("POSTGRES_HOST"),
110
"PORT": os.getenv("POSTGRES_PORT"),
111
+ 'CONN_MAX_AGE': 0,
112
}
113
114
0 commit comments