2023-08-16 18:40:27 +00:00
|
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
"iisExpress": {
|
|
|
|
|
"applicationUrl": "http://localhost:20012",
|
|
|
|
|
"sslPort": 0
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"profiles": {
|
|
|
|
|
"tcc_app": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"launchBrowser": false,
|
|
|
|
|
"launchUrl": "weatherforecast",
|
2023-09-11 02:14:21 +00:00
|
|
|
|
"applicationUrl": "http://0.0.0.0:9090",
|
2023-08-16 18:40:27 +00:00
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"IIS Express": {
|
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "weatherforecast",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|