Files
Prog4_Beadando/WD7UVN_HFT_2023241.Endpoint/Properties/launchSettings.json

24 lines
636 B
JSON
Raw Normal View History

2024-04-28 14:56:14 +02:00
{
2023-12-06 10:58:52 +01:00
"$schema": "http://json.schemastore.org/launchsettings.json",
2023-10-03 11:08:23 +02:00
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2023-12-06 10:58:52 +01:00
"applicationUrl": "http://localhost:31272",
"sslPort": 44388
2023-10-03 11:08:23 +02:00
}
},
"profiles": {
"WD7UVN_HFT_2023241.Endpoint": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
2023-12-06 10:58:52 +01:00
"launchUrl": "swagger",
2023-10-03 11:08:23 +02:00
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}