diff --git a/src/FrontOffice.BFF.WebApi/appsettings.Production.json b/src/FrontOffice.BFF.WebApi/appsettings.Production.json new file mode 100644 index 0000000..68bce1e --- /dev/null +++ b/src/FrontOffice.BFF.WebApi/appsettings.Production.json @@ -0,0 +1,27 @@ +{ + "JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=", + "JwtIssuer": "https://localhost", + "JwtAudience": "https://localhost", + "JwtExpiryInDays": 365, + "AllowedHosts": "*", + "Kestrel": { + "EndpointDefaults": { + "Protocols": "Http2" + } + }, + "GrpcChannelOptions": { + "CMSMSAddress": "http://cms-svc", + "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": "" + } +}