DocSpace-client/web/ASC.Web.HealthChecks.UI/Properties/launchSettings.json

23 lines
634 B
JSON

{
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5027/hc-ui",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:5027"
}
},
"WSL 2 : Ubuntu 20.04": {
"commandName": "WSL2",
"launchBrowser": true,
"launchUrl": "http://localhost:5027/hc-ui",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:5027"
},
"distributionName": "Ubuntu-20.04"
}
}
}