DocSpace-buildtools/common/services/ASC.Notify/Properties/launchSettings.json

29 lines
894 B
JSON
Raw Normal View History

2019-07-29 09:15:48 +00:00
{
"profiles": {
"Kestrel WebServer": {
"commandName": "Project",
2019-08-01 08:47:15 +00:00
"launchBrowser": false,
2019-07-29 09:15:48 +00:00
"environmentVariables": {
2019-11-15 08:47:56 +00:00
"$STORAGE_ROOT": "../../../Data",
"log__name": "notify",
2019-12-20 11:17:01 +00:00
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
"ASPNETCORE_URLS": "http://localhost:5005",
"ASPNETCORE_ENVIRONMENT": "Development"
2019-07-29 09:15:48 +00:00
}
},
"WSL 2 : Ubuntu 20.04": {
"commandName": "WSL2",
2019-08-01 08:47:15 +00:00
"launchBrowser": false,
2019-07-29 09:15:48 +00:00
"environmentVariables": {
2019-11-15 08:47:56 +00:00
"$STORAGE_ROOT": "../../../Data",
"log__name": "notify",
2019-12-20 11:17:01 +00:00
"log__dir": "../../../Logs",
"core__products__folder": "../../../products",
"ASPNETCORE_URLS": "http://localhost:5005",
"ASPNETCORE_ENVIRONMENT": "Development"
2019-07-29 09:15:48 +00:00
},
"distributionName": "Ubuntu-20.04"
2019-07-29 09:15:48 +00:00
}
}
}