FirmTracker-Server/Properties/launchSettings.json

41 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-04-26 21:24:17 +02:00
{
2024-04-15 22:15:29 +02:00
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
2024-04-26 21:24:17 +02:00
"ASPNETCORE_ENVIRONMENT": "Production"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5045"
2024-04-15 22:15:29 +02:00
},
"https": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
2024-04-26 21:24:17 +02:00
"ASPNETCORE_ENVIRONMENT": "Production"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7039;http://localhost:5045"
2024-04-15 22:15:29 +02:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
2024-04-26 21:24:17 +02:00
"ASPNETCORE_ENVIRONMENT": "Production"
2024-04-15 22:15:29 +02:00
}
}
2024-04-26 21:24:17 +02:00
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:17940",
"sslPort": 44326
}
2024-04-15 22:15:29 +02:00
}
2024-04-26 21:24:17 +02:00
}