2025-09-27 10:36:00 +03:30
|
|
|
{
|
2025-09-27 10:51:57 +03:30
|
|
|
"JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=",
|
|
|
|
|
"JwtIssuer": "https://localhost",
|
|
|
|
|
"JwtAudience": "https://localhost",
|
|
|
|
|
"JwtExpiryInDays": 365,
|
2025-09-27 10:36:00 +03:30
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"Kestrel": {
|
|
|
|
|
"EndpointDefaults": {
|
|
|
|
|
"Protocols": "Http2"
|
|
|
|
|
}
|
2025-09-27 10:51:57 +03:30
|
|
|
}
|
2025-09-27 10:36:00 +03:30
|
|
|
"GrpcChannelOptions": {
|
2025-09-27 10:51:57 +03:30
|
|
|
"CMSMSAddress": "https://localhost:32846"
|
2025-09-27 10:36:00 +03:30
|
|
|
},
|
|
|
|
|
"Authentication": {
|
|
|
|
|
"Authority": "https://ids.domain.com/",
|
|
|
|
|
"Audience": "domain_api"
|
|
|
|
|
}
|
|
|
|
|
}
|