32 lines
803 B
JSON
32 lines
803 B
JSON
|
{
|
|||
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|||
|
"iisSettings": {
|
|||
|
"windowsAuthentication": false,
|
|||
|
"anonymousAuthentication": true,
|
|||
|
"iisExpress": {
|
|||
|
"applicationUrl": "http://localhost:16979",
|
|||
|
"sslPort": 0
|
|||
|
}
|
|||
|
},
|
|||
|
"profiles": {
|
|||
|
"IIS Express": {
|
|||
|
"commandName": "IISExpress",
|
|||
|
"launchBrowser": true,
|
|||
|
"launchUrl": "weatherforecast",
|
|||
|
"environmentVariables": {
|
|||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|||
|
}
|
|||
|
},
|
|||
|
"WebApplication1": {
|
|||
|
"commandName": "Project",
|
|||
|
"dotnetRunMessages": "true",
|
|||
|
"launchBrowser": true,
|
|||
|
"launchUrl": "weatherforecast",
|
|||
|
"applicationUrl": "http://localhost:5000",
|
|||
|
"environmentVariables": {
|
|||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|