20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=",
|
|
"JwtIssuer": "https://localhost",
|
|
"JwtAudience": "https://localhost",
|
|
"JwtExpiryInDays": 365,
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http2"
|
|
}
|
|
}
|
|
"GrpcChannelOptions": {
|
|
"CMSMSAddress": "https://localhost:32846"
|
|
},
|
|
"Authentication": {
|
|
"Authority": "https://ids.domain.com/",
|
|
"Audience": "domain_api"
|
|
}
|
|
}
|