29 lines
690 B
JSON
Raw Normal View History

2024-05-08 11:14:52 +03:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-05-22 01:01:59 +03:00
"applicationUrl": "http://localhost:36182",
"sslPort": 44316
2024-05-08 11:14:52 +03:00
}
},
"profiles": {
"PizzeriaClientApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-05-22 01:01:59 +03:00
"applicationUrl": "https://localhost:7098;http://localhost:5179",
2024-05-08 11:14:52 +03:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}