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

38 lines
926 B
JSON
Raw Normal View History

2020-01-27 11:15:18 +00:00
{
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
2020-02-12 10:48:58 +00:00
"launchBrowser": false,
"launchUrl": "http://localhost:5007/api/2.0/files/info",
2020-01-27 11:15:18 +00:00
"environmentVariables": {
2020-02-12 10:48:58 +00:00
"$STORAGE_ROOT": "../../../Data",
"log__name": "files",
"log__dir": "../../../Logs",
"ASPNETCORE_URLS": "http://localhost:5007",
"ASPNETCORE_ENVIRONMENT": "Development"
2020-01-27 11:15:18 +00:00
}
},
"WSL 2 : Ubuntu 20.04": {
"commandName": "WSL2",
2020-02-12 10:48:58 +00:00
"launchBrowser": false,
"launchUrl": "http://localhost:5007/api/2.0/files/info",
2020-01-27 11:15:18 +00:00
"environmentVariables": {
2020-02-12 10:48:58 +00:00
"$STORAGE_ROOT": "../../../Data",
"log__name": "files",
"log__dir": "../../../Logs",
"ASPNETCORE_URLS": "http://localhost:5007",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": "Ubuntu-20.04"
2020-01-27 11:15:18 +00:00
}
}
}