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

23 lines
544 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:4586",
"sslPort": 0
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"SynchronousWithNewtonsoftJson": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"launchBrowser": true,
"applicationUrl": "http://0.0.0.0:5000",
"launchUrl": "/"
}
}
}