42 lines
1.0 KiB
JSON
Raw Normal View History

2024-01-22 21:28:15 -05:00
{
2024-01-27 06:53:56 -05:00
"$schema": "http://json.schemastore.org/launchsettings.json",
2024-01-22 21:28:15 -05:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-01-27 06:53:56 -05:00
"applicationUrl": "http://localhost:35549",
"sslPort": 44383
2024-01-22 21:28:15 -05:00
}
},
"profiles": {
2024-01-27 06:53:56 -05:00
"http": {
2024-01-22 21:28:15 -05:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-01-28 04:04:08 -05:00
"launchUrl": "",
2024-01-27 06:53:56 -05:00
"applicationUrl": "http://localhost:5290",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-01-28 04:04:08 -05:00
"launchUrl": "",
2024-01-27 06:53:56 -05:00
"applicationUrl": "https://localhost:7148;http://localhost:5290",
2024-01-22 21:28:15 -05:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}