Files
Prog4_Beadando/WD7UVN_HFT_2023241.Endpoint/Properties/launchSettings.json
2024-04-28 14:56:14 +02:00

24 lines
636 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:31272",
"sslPort": 44388
}
},
"profiles": {
"WD7UVN_HFT_2023241.Endpoint": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}