eShop
eShop copied to clipboard
Enable key rotation and non-developer signed credentials in eShop deployments
This shouldn't be enabled in production:
https://github.com/dotnet/eShop/blob/3b49f61a888656b038b5f044b0d4c5096fc9f073/src/Identity.API/Program.cs#L33
@davidfowl we should just put a app.Environment.IsDevelopment() for this right?