feat: подключил ms sso

This commit is contained in:
2026-05-06 14:35:02 +03:00
parent cf5c13ff84
commit e2094cf0e9
9 changed files with 107 additions and 25 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ docker run --rm --name universe-postgres \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres \
-p 5432:5432 \
postgres:16
postgres:18
```
2) Применить миграции (первый раз потребуется `dotnet-ef`):