dev #9

Merged
avm merged 100 commits from dev into main 2026-03-17 16:06:44 +03:00
Showing only changes of commit 8466678fbc - Show all commits

View File

@@ -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"),
}, },
} }
} }