Files
FrontOffice.BFF/src/FrontOffice.BFF.WebApi/appsettings.json
MeysamMoghaddam 5340517546 u
2025-09-27 10:51:57 +03:30

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"
}
}