Skip to content

Commit

Permalink
Try other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Oct 29, 2024
1 parent c7c0697 commit 352117f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
"NAME": os.getenv("PSQL_DATABASE_NAME"),
"USER": "postgres",
"PASSWORD": os.getenv("PSQL_DATABASE_PASSWORD"),
"SSLMODE": "require",
"ATOMIC_REQUESTS": True,
}
}
Expand Down

0 comments on commit 352117f

Please sign in to comment.