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

38 lines
926 B
JSON

{
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": "http://localhost:5007/api/2.0/files/info",
"environmentVariables": {
"$STORAGE_ROOT": "../../../Data",
"log__name": "files",
"log__dir": "../../../Logs",
"ASPNETCORE_URLS": "http://localhost:5007",
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"WSL 2 : Ubuntu 20.04": {
"commandName": "WSL2",
"launchBrowser": false,
"launchUrl": "http://localhost:5007/api/2.0/files/info",
"environmentVariables": {
"$STORAGE_ROOT": "../../../Data",
"log__name": "files",
"log__dir": "../../../Logs",
"ASPNETCORE_URLS": "http://localhost:5007",
"ASPNETCORE_ENVIRONMENT": "Development"
},
"distributionName": "Ubuntu-20.04"
}
}
}