21 lines
492 B
JSON
21 lines
492 B
JSON
|
|
{
|
||
|
|
"JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=",
|
||
|
|
"JwtIssuer": "https://localhost",
|
||
|
|
"JwtAudience": "https://localhost",
|
||
|
|
"JwtExpiryInDays": 365,
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"Kestrel": {
|
||
|
|
"EndpointDefaults": {
|
||
|
|
"Protocols": "Http2"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"GrpcChannelOptions": {
|
||
|
|
"CMSMSAddress": "https://cms.kbs1.ir",
|
||
|
|
"PYMSMSAddress": "https://ipg.afrino.co"
|
||
|
|
},
|
||
|
|
"Authentication": {
|
||
|
|
"Authority": "https://ids.domain.com/",
|
||
|
|
"Audience": "domain_api"
|
||
|
|
}
|
||
|
|
}
|