Files
FrontOffice.BFF/src/FrontOffice.BFF.WebApi/appsettings.json
T
masoodafar-web c53056c750
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 1m35s
fix: correct formatting of PYMSMSAddress in appsettings.json
2025-12-27 03:49:48 +03:30

28 lines
640 B
JSON

{
"JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=",
"JwtIssuer": "https://localhost",
"JwtAudience": "https://localhost",
"JwtExpiryInDays": 365,
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http2"
}
},
"GrpcChannelOptions": {
"CMSMSAddress": "https://cms.foursat.afrino.co",
"PYMSMSAddress": "https://ipg.afrino.co"
},
"CmsSignalR": {
"HubPath": "/hubs/token-notification"
},
"Authentication": {
"Authority": "https://ids.domain.com/",
"Audience": "domain_api"
},
"Seq": {
"ServerUrl": "http://seq-svc:5341",
"ApiKey": ""
}
}