29 lines
690 B
JSON
Raw Normal View History

2024-04-07 15:13:57 +04:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-04-07 19:43:03 +04:00
"applicationUrl": "http://localhost:59663",
"sslPort": 44301
2024-04-07 15:13:57 +04:00
}
},
"profiles": {
"PizzeriaClientApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-04-07 19:43:03 +04:00
"applicationUrl": "https://localhost:7132;http://localhost:5220",
2024-04-07 15:13:57 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}