dev #9

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

View File

@@ -19,7 +19,7 @@ DATABASES = {
"NAME": "mostovik",
"USER": "postgres",
"PASSWORD": "postgres",
"HOST": "host.docker.internal",
"HOST": "db",
"PORT": "5432",
}
}