42 lines
1.1 KiB
JSON
Raw Normal View History

2024-04-30 21:22:23 +03:00
{
2024-08-19 17:49:44 +04:00
"$schema": "https://json.schemastore.org/launchsettings.json",
2024-04-30 21:22:23 +03:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-08-19 17:49:44 +04:00
"applicationUrl": "http://localhost:55895",
"sslPort": 44329
2024-04-30 21:22:23 +03:00
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2024-08-19 17:49:44 +04:00
"applicationUrl": "http://localhost:5192",
2024-04-30 21:22:23 +03:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2024-08-19 17:49:44 +04:00
"applicationUrl": "https://localhost:7169;http://localhost:5192",
2024-04-30 21:22:23 +03:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}