DocSpace-client/common/services/ASC.UrlShortener.Svc/Properties/launchSettings.json

29 lines
878 B
JSON
Raw Normal View History

2020-03-05 11:46:19 +00:00
{
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
2020-03-05 11:46:19 +00:00
"launchBrowser": false,
"environmentVariables": {
"$STORAGE_ROOT": "../../../Data",
"log__name": "urlshortener",
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
2021-06-23 17:12:50 +00:00
"ASPNETCORE_URLS": "http://localhost:5029",
"ASPNETCORE_ENVIRONMENT": "Development"
2020-03-05 11:46:19 +00:00
}
},
"WSL 2 : Ubuntu 20.04": {
"commandName": "WSL2",
2020-03-05 11:46:19 +00:00
"launchBrowser": false,
"environmentVariables": {
"$STORAGE_ROOT": "../../../Data",
"log__name": "urlshortener",
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
2021-06-23 17:12:50 +00:00
"ASPNETCORE_URLS": "http://localhost:5029",
"ASPNETCORE_ENVIRONMENT": "Development"
2020-03-05 11:46:19 +00:00
},
"distributionName": "Ubuntu-20.04"
2020-03-05 11:46:19 +00:00
}
}
}