Базово работает

gRPC на отдельном порту
This commit is contained in:
2026-06-01 18:02:48 +03:00
parent 3af9cb1912
commit 50626c6ac6
38 changed files with 833 additions and 164 deletions

View File

@@ -0,0 +1,16 @@
{
"ConnectionStrings": {
"Default": "Host=localhost;Port=5432;Database=sms_task;Username=sms;Password=sms"
},
"ApiClient": {
"Backend": "Grpc"
},
"Http": {
"BaseUrl": "http://localhost:5053",
"Username": "user",
"Password": "password"
},
"Grpc": {
"Address": "http://localhost:5054"
}
}