Commit 3a3c5fd3 authored by impfundev's avatar impfundev

fix: tls connection postgresql

parent 18d48869
......@@ -95,6 +95,9 @@ DATABASES = {
"PASSWORD": getenv("PGPASSWORD"),
"HOST": getenv("PGHOST"),
"PORT": getenv("PGPORT", 5432),
"OPTIONS": {
"sslmode": "require",
},
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment