Skip to content

Commit f0e01b0

Browse files
authored
Merge pull request #105 from cuappdev/peter/freege
Update settings.py
2 parents 59793da + 07aed09 commit f0e01b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/eatery_blue_backend/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"PASSWORD": os.getenv("POSTGRES_PASSWORD"),
109109
"HOST": os.getenv("POSTGRES_HOST"),
110110
"PORT": os.getenv("POSTGRES_PORT"),
111+
'CONN_MAX_AGE': 0,
111112
}
112113
}
113114

0 commit comments

Comments
 (0)