aspnetcore/samples/ResponseCompressionSample/Properties/launchSettings.json

12 lines
258 B
JSON

{
"profiles": {
"ResponseCompressionSample": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}