Files
parr_api/PARR.API/Properties/launchSettings.json

37 lines
953 B
JSON
Raw Normal View History

2023-05-19 14:07:12 +10:00
{
2023-05-17 15:17:00 +10:00
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2023-05-19 14:07:12 +10:00
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5104"
2023-05-17 15:17:00 +10:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
2023-05-19 14:07:12 +10:00
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:59274",
"sslPort": 0
2023-05-17 15:17:00 +10:00
}
}
2023-05-19 14:07:12 +10:00
}