AspNetCore.Docs.Samples/fundamentals/streaming/DynamicBinaryStream/Properties/launchSettings.json

22 lines
484 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:12496",
"sslPort": 44317
}
},
"profiles": {
"DynamicBinaryStream": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://0.0.0.0:5200",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}