DocSpace-buildtools/products/ASC.Files/Service/Properties/launchSettings.json

27 lines
796 B
JSON
Raw Normal View History

2020-04-23 09:38:50 +00:00
{
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
2020-04-27 16:59:52 +00:00
"launchBrowser": false,
2020-04-23 09:38:50 +00:00
"environmentVariables": {
2020-04-27 16:59:52 +00:00
"$STORAGE_ROOT": "../../../Data",
"log__name": "files.service",
"log__dir": "../../../Logs",
"ASPNETCORE_URLS": "http://localhost:5009",
"ASPNETCORE_ENVIRONMENT": "Development"
2020-04-23 09:38:50 +00:00
}
},
"WSL 2 : Ubuntu 20.04": {
"commandName": "WSL2",
2020-04-27 16:59:52 +00:00
"launchBrowser": false,
2020-04-23 09:38:50 +00:00
"environmentVariables": {
2020-04-27 16:59:52 +00:00
"$STORAGE_ROOT": "../../../Data",
"log__name": "files.service",
"log__dir": "../../../Logs",
"ASPNETCORE_URLS": "http://localhost:5009",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": "Ubuntu-20.04"
2020-04-23 09:38:50 +00:00
}
}
}