17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|