dev #9
@@ -34,7 +34,7 @@ DATABASES = {
|
|||||||
"HOST": os.getenv("POSTGRES_HOST"),
|
"HOST": os.getenv("POSTGRES_HOST"),
|
||||||
"PORT": os.getenv("POSTGRES_PORT", "5432"),
|
"PORT": os.getenv("POSTGRES_PORT", "5432"),
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"sslmode": "require",
|
"sslmode": os.getenv("POSTGRES_SSLMODE", "require"),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user