DamageAssessment_Backend/DamageAssesmentApi/DamageAssesment.Api.DocuLinks/Properties/launchSettings.json

40 lines
1.0 KiB
JSON
Raw Normal View History

{
2023-08-31 18:00:51 -05:00
"profiles": {
2023-09-25 21:51:54 -05:00
"DamageAssesment.Api.Doculinks": {
2023-08-31 18:00:51 -05:00
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
2023-09-25 21:51:54 -05:00
"applicationUrl": "http://localhost:5136"
2023-08-31 18:00:51 -05:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"environmentVariables": {
"ASPNETCORE_URLS": "http://+:80"
},
"publishAllPorts": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2023-09-25 21:51:54 -05:00
"applicationUrl": "http://localhost:14425",
"sslPort": 0
2023-08-31 18:00:51 -05:00
}
}
}