2020-08-12 06:03:02 +02:00
|
|
|
{
|
2020-08-08 08:53:35 +02:00
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
|
|
|
"applicationUrl": "http://localhost:65478",
|
|
|
|
"sslPort": 44304
|
|
|
|
}
|
|
|
|
},
|
2020-08-12 06:03:02 +02:00
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
2020-08-08 08:53:35 +02:00
|
|
|
"profiles": {
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"GiantsTools": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "weatherforecast",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
2020-08-12 06:03:02 +02:00
|
|
|
},
|
|
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000"
|
2020-08-08 08:53:35 +02:00
|
|
|
}
|
|
|
|
}
|
2020-08-12 06:03:02 +02:00
|
|
|
}
|