PIbd-22_Katysheva_N.E._Pizz.../Pizzeria/PizzeriaRestApi/Properties/launchSettings.json

31 lines
812 B
JSON
Raw Normal View History

2024-05-08 07:02:40 +04:00
{
2024-05-09 16:48:21 +04:00
"$schema": "https://json.schemastore.org/launchsettings.json",
2024-05-08 07:02:40 +04:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-05-22 02:01:59 +04:00
"applicationUrl": "http://localhost:38846",
"sslPort": 44358
2024-05-08 07:02:40 +04:00
}
},
"profiles": {
2024-05-22 02:01:59 +04:00
"PizzeriaRestApi": {
2024-05-08 07:02:40 +04:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-05-09 16:48:21 +04:00
"launchUrl": "swagger",
2024-05-22 02:01:59 +04:00
"applicationUrl": "https://localhost:7175;http://localhost:5175",
2024-05-08 07:02:40 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
2024-05-09 16:48:21 +04:00
"launchUrl": "swagger",
2024-05-08 07:02:40 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2024-05-22 02:01:59 +04:00
}